mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
ab636f36bf
Summary: Ref T4375. We never join this table, so this is a pretty straight find/replace. Test Plan: Browsed around Calendar, verified that nothing seemed broken. Saw my red dot in other apps. Reviewers: btrahan, chad Reviewed By: btrahan CC: aran Maniphest Tasks: T4375 Differential Revision: https://secure.phabricator.com/D8145
2 lines
89 B
SQL
2 lines
89 B
SQL
ALTER TABLE {$NAMESPACE}_user.user_status
|
|
RENAME {$NAMESPACE}_calendar.calendar_event;
|