mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
5cb8787d91
Summary: Added patch file to remove psth column in herald transcript tabe Test Plan: Verified that column was removed with ./bin/storage upgrade Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin Maniphest Tasks: T2425 Differential Revision: https://secure.phabricator.com/D4672
3 lines
70 B
SQL
3 lines
70 B
SQL
ALTER TABLE `{$NAMESPACE}_herald`.`herald_transcript`
|
|
DROP `psth`;
|
|
|