mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
6 lines
180 B
MySQL
6 lines
180 B
MySQL
|
ALTER TABLE {$NAMESPACE}_differential.differential_comment
|
||
|
DROP phid;
|
||
|
|
||
|
ALTER TABLE {$NAMESPACE}_differential.differential_transaction_comment
|
||
|
ADD legacyCommentID INT UNSIGNED;
|