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