From be92bf182fd55ef60b2f755309375bc99bdab117 Mon Sep 17 00:00:00 2001 From: epriestley Date: Wed, 12 Mar 2014 06:04:45 -0700 Subject: [PATCH] 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 --- resources/sql/autopatches/20140311.mdroplegacy.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 resources/sql/autopatches/20140311.mdroplegacy.sql diff --git a/resources/sql/autopatches/20140311.mdroplegacy.sql b/resources/sql/autopatches/20140311.mdroplegacy.sql new file mode 100644 index 0000000000..ba8176c775 --- /dev/null +++ b/resources/sql/autopatches/20140311.mdroplegacy.sql @@ -0,0 +1 @@ +DROP TABLE IF EXISTS {$NAMESPACE}_maniphest.maniphest_transaction_legacy;