1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-18 21:02:41 +01:00

[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
This commit is contained in:
epriestley 2014-04-24 08:15:24 -07:00
parent 3a881f5108
commit 2ac8457cb9

View file

@ -0,0 +1 @@
DROP TABLE {$NAMESPACE}_project.project_profile;