4 lines
172 B
MySQL
4 lines
172 B
MySQL
|
|
-- (T218446) Make page.page_restrictions nullable in preparation for dropping it
|
||
|
|
ALTER TABLE /*_*/page
|
||
|
|
CHANGE COLUMN page_restrictions page_restrictions TINYBLOB NULL;
|