3 lines
95 B
SQL
3 lines
95 B
SQL
ALTER TABLE phabricator_phriction.phriction_document
|
|
CHANGE slug slug VARCHAR(128) NOT NULL;
|