From 2ac8457cb95cd58f34ce914289061322cb6e8187 Mon Sep 17 00:00:00 2001 From: epriestley Date: Thu, 24 Apr 2014 08:15:24 -0700 Subject: [PATCH] [Later] Drop the project profile table Summary: Going to sit on this for a bit so we can fall back to it if needbe, but this table no longer has any reads or writes in the application. Test Plan: Applied patch locally and poked around. Reviewers: btrahan, chad Reviewed By: chad Subscribers: aran Differential Revision: https://secure.phabricator.com/D8190 --- resources/sql/autopatches/20140210.projcfield.5.dropprofile.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 resources/sql/autopatches/20140210.projcfield.5.dropprofile.sql diff --git a/resources/sql/autopatches/20140210.projcfield.5.dropprofile.sql b/resources/sql/autopatches/20140210.projcfield.5.dropprofile.sql new file mode 100644 index 0000000000..ddaaa0eeeb --- /dev/null +++ b/resources/sql/autopatches/20140210.projcfield.5.dropprofile.sql @@ -0,0 +1 @@ +DROP TABLE {$NAMESPACE}_project.project_profile;