mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
6 lines
183 B
MySQL
6 lines
183 B
MySQL
|
ALTER TABLE phabricator_differential.differential_comment
|
||
|
ADD contentSource VARCHAR(255);
|
||
|
|
||
|
ALTER TABLE phabricator_maniphest.maniphest_transaction
|
||
|
ADD contentSource VARCHAR(255);
|