forked from MarseyWorld/MarseyWorld
3 lines
138 B
MySQL
3 lines
138 B
MySQL
|
alter table chat_memberships add column mentions int not null default 0;
|
||
|
alter table chat_memberships alter column mentions drop default;
|