mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
8 lines
297 B
MySQL
8 lines
297 B
MySQL
|
ALTER TABLE phabricator_phriction.phriction_document
|
||
|
ADD status INT UNSIGNED NOT NULL DEFAULT 0;
|
||
|
|
||
|
ALTER TABLE phabricator_phriction.phriction_content
|
||
|
ADD changeType INT UNSIGNED NOT NULL DEFAULT 0;
|
||
|
|
||
|
ALTER TABLE phabricator_phriction.phriction_content
|
||
|
ADD changeRef INT UNSIGNED DEFAULT NULL;
|