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:
parent
a955b8268d
commit
9c423647d1
2 changed files with 2 additions and 0 deletions
|
@ -0,0 +1 @@
|
|||
DROP TABLE {$NAMESPACE}_differential.differential_comment;
|
|
@ -0,0 +1 @@
|
|||
DROP TABLE {$NAMESPACE}_differential.differential_inlinecomment;
|
Loading…
Reference in a new issue