Removed psth column from herald transcript
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
This commit is contained in:
committed by
epriestley
parent
1670f5841d
commit
5cb8787d91
3
resources/sql/patches/20130127.altheraldtranscript.sql
Normal file
3
resources/sql/patches/20130127.altheraldtranscript.sql
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
ALTER TABLE `{$NAMESPACE}_herald`.`herald_transcript`
|
||||||
|
DROP `psth`;
|
||||||
|
|
||||||
@@ -1093,6 +1093,10 @@ final class PhabricatorBuiltinPatchList extends PhabricatorSQLPatchList {
|
|||||||
'type' => 'sql',
|
'type' => 'sql',
|
||||||
'name' => $this->getPatchPath('20130111.conpherence.sql'),
|
'name' => $this->getPatchPath('20130111.conpherence.sql'),
|
||||||
),
|
),
|
||||||
|
'20130127.altheraldtranscript.sql' => array(
|
||||||
|
'type' => 'sql',
|
||||||
|
'name' => $this->getPatchPath('20130127.altheraldtranscript.sql'),
|
||||||
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user