From 490ae05eb892a25674ea67028e111a24c0a03613 Mon Sep 17 00:00:00 2001 From: epriestley Date: Sun, 22 Jun 2014 08:12:11 -0700 Subject: [PATCH] Drop differential_relationship table Summary: Ref T2222. I'll hold this, but there are no more reads or writes from/to this table in the application. Test Plan: Grepped for usage, ran migration, browsed around. Reviewers: btrahan Reviewed By: btrahan Subscribers: epriestley, aran Maniphest Tasks: T2222 Differential Revision: https://secure.phabricator.com/D8203 --- resources/sql/autopatches/20140211.dx.999.drop.relationships.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 resources/sql/autopatches/20140211.dx.999.drop.relationships.sql diff --git a/resources/sql/autopatches/20140211.dx.999.drop.relationships.sql b/resources/sql/autopatches/20140211.dx.999.drop.relationships.sql new file mode 100644 index 0000000000..464128f58c --- /dev/null +++ b/resources/sql/autopatches/20140211.dx.999.drop.relationships.sql @@ -0,0 +1 @@ +DROP TABLE {$NAMESPACE}_differential.differential_relationship;