1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-18 19:40:55 +01:00

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
This commit is contained in:
epriestley 2014-06-24 05:29:54 -07:00
parent a955b8268d
commit 9c423647d1
2 changed files with 2 additions and 0 deletions

View file

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

View file

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