From 1d90577d8c1c4ebf15b72136dbe32836a88d86e0 Mon Sep 17 00:00:00 2001 From: epriestley Date: Sun, 22 Jun 2014 08:15:14 -0700 Subject: [PATCH] Drop old Differential custom field storage Summary: Ref T2222. See D8355. I'll hold this for a while. Test Plan: Ran migration. Reviewers: chad, btrahan Reviewed By: chad Subscribers: epriestley, aran Maniphest Tasks: T2222 Differential Revision: https://secure.phabricator.com/D8356 --- resources/sql/autopatches/20140226.dxcustom.99.drop.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 resources/sql/autopatches/20140226.dxcustom.99.drop.sql diff --git a/resources/sql/autopatches/20140226.dxcustom.99.drop.sql b/resources/sql/autopatches/20140226.dxcustom.99.drop.sql new file mode 100644 index 0000000000..f8bbb2b6c5 --- /dev/null +++ b/resources/sql/autopatches/20140226.dxcustom.99.drop.sql @@ -0,0 +1 @@ +DROP TABLE {$NAMESPACE}_differential.differential_auxiliaryfield; -- 2.51.2