mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Drop Maniphest legacy transaction table
Summary: Ref T2217. I'll hold this for a month or so, but once we're confident the migration didn't ruin anything we should nuke this old data -- it's just an insurance policy against discovering migration issues. Test Plan: Will run in a month or so. Reviewers: btrahan Reviewed By: btrahan Subscribers: epriestley, aran Maniphest Tasks: T2217 Differential Revision: https://secure.phabricator.com/D7104
This commit is contained in:
parent
9e3baacc95
commit
be92bf182f
1 changed files with 1 additions and 0 deletions
1
resources/sql/autopatches/20140311.mdroplegacy.sql
Normal file
1
resources/sql/autopatches/20140311.mdroplegacy.sql
Normal file
|
@ -0,0 +1 @@
|
|||
DROP TABLE IF EXISTS {$NAMESPACE}_maniphest.maniphest_transaction_legacy;
|
Loading…
Reference in a new issue