mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
dd25b2b48b
Summary: Ref T11730. Removes the unused column, seen no issues during past week migrations. Test Plan: Run migration, check database no longer contains column. Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Maniphest Tasks: T11730 Differential Revision: https://secure.phabricator.com/D16711
2 lines
82 B
SQL
2 lines
82 B
SQL
ALTER TABLE {$NAMESPACE}_conpherence.conpherence_thread
|
|
DROP COLUMN imagePHIDs;
|