mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
8d53f15115
Summary: Fixes T8958. I renamed this class and table (in D13644), but the migration `20150606.mlist.1.php` needs to load records from the table before the table rename applies. Put the table back and accept a tiny bit of cruft here to fix this problem. We can no-op the migration after a while. I'll cherry-pick this to `stable`. Test Plan: Applied migration. Created Herald rules. Reviewed existing Herald rules. Reviewers: btrahan Subscribers: epriestley Maniphest Tasks: T8958 Differential Revision: https://secure.phabricator.com/D13736
2 lines
93 B
SQL
2 lines
93 B
SQL
RENAME TABLE {$NAMESPACE}_herald.herald_actionrecord
|
|
TO {$NAMESPACE}_herald.herald_action;
|