From 9c423647d12119578a7f590ec560537891908b86 Mon Sep 17 00:00:00 2001 From: epriestley Date: Tue, 24 Jun 2014 05:29:54 -0700 Subject: [PATCH] Drop DifferentialComment and DifferentialInlineComment Summary: Ref T2222. No remaining readers or writers. Holding for a while. Test Plan: `grep` Reviewers: btrahan Reviewed By: btrahan Subscribers: epriestley, aran Maniphest Tasks: T2222 Differential Revision: https://secure.phabricator.com/D8242 --- resources/sql/autopatches/20140214.clean.2.dropcomment.sql | 1 + resources/sql/autopatches/20140214.clean.3.dropinline.sql | 1 + 2 files changed, 2 insertions(+) create mode 100644 resources/sql/autopatches/20140214.clean.2.dropcomment.sql create mode 100644 resources/sql/autopatches/20140214.clean.3.dropinline.sql diff --git a/resources/sql/autopatches/20140214.clean.2.dropcomment.sql b/resources/sql/autopatches/20140214.clean.2.dropcomment.sql new file mode 100644 index 0000000000..e8cef208d0 --- /dev/null +++ b/resources/sql/autopatches/20140214.clean.2.dropcomment.sql @@ -0,0 +1 @@ +DROP TABLE {$NAMESPACE}_differential.differential_comment; diff --git a/resources/sql/autopatches/20140214.clean.3.dropinline.sql b/resources/sql/autopatches/20140214.clean.3.dropinline.sql new file mode 100644 index 0000000000..58ad0210c1 --- /dev/null +++ b/resources/sql/autopatches/20140214.clean.3.dropinline.sql @@ -0,0 +1 @@ +DROP TABLE {$NAMESPACE}_differential.differential_inlinecomment;