1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-18 12:52:42 +01:00

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
This commit is contained in:
epriestley 2014-06-22 08:12:11 -07:00
parent f52075d8aa
commit 490ae05eb8

View file

@ -0,0 +1 @@
DROP TABLE {$NAMESPACE}_differential.differential_relationship;