(Later...) Drop legacy Project transaction table
Summary: Ref T4010. I'll hold this for a bit, but we should eventually drop this table once the dust has settled. Test Plan: Ran storage upgrade. Reviewers: btrahan Reviewed By: btrahan CC: aran Maniphest Tasks: T4010 Differential Revision: https://secure.phabricator.com/D7372
This commit is contained in:
1
resources/sql/patches/20131219.pxdrop.sql
Normal file
1
resources/sql/patches/20131219.pxdrop.sql
Normal file
@@ -0,0 +1 @@
|
||||
DROP TABLE {$NAMESPACE}_project.project_legacytransaction;
|
||||
@@ -1844,6 +1844,10 @@ final class PhabricatorBuiltinPatchList extends PhabricatorSQLPatchList {
|
||||
'type' => 'sql',
|
||||
'name' => $this->getPatchPath('20131217.pushlogphid.3.key.sql'),
|
||||
),
|
||||
'20131219.pxdrop.sql' => array(
|
||||
'type' => 'sql',
|
||||
'name' => $this->getPatchPath('20131219.pxdrop.sql'),
|
||||
),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user