1
0
Fork 0
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:
epriestley 2014-03-12 06:04:45 -07:00
parent 9e3baacc95
commit be92bf182f

View file

@ -0,0 +1 @@
DROP TABLE IF EXISTS {$NAMESPACE}_maniphest.maniphest_transaction_legacy;