1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-18 11:30: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:
epriestley 2013-12-19 07:03:51 -08:00
parent 151f01ae94
commit c179ce6279
2 changed files with 5 additions and 0 deletions

View file

@ -0,0 +1 @@
DROP TABLE {$NAMESPACE}_project.project_legacytransaction;

View file

@ -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'),
),
);
}
}