mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-18 19:40:55 +01:00
(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:
parent
151f01ae94
commit
c179ce6279
2 changed files with 5 additions and 0 deletions
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',
|
'type' => 'sql',
|
||||||
'name' => $this->getPatchPath('20131217.pushlogphid.3.key.sql'),
|
'name' => $this->getPatchPath('20131217.pushlogphid.3.key.sql'),
|
||||||
),
|
),
|
||||||
|
'20131219.pxdrop.sql' => array(
|
||||||
|
'type' => 'sql',
|
||||||
|
'name' => $this->getPatchPath('20131219.pxdrop.sql'),
|
||||||
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue