4 lines
93 B
MySQL
4 lines
93 B
MySQL
|
ALTER TABLE local_user
|
||
|
ADD COLUMN collapse_bot_comments boolean DEFAULT FALSE NOT NULL;
|
||
|
|