forked from rDrama/rDrama
1
0
Fork 0
rDrama/migrations/20240524-add-chat-mention-n...

3 lines
138 B
MySQL
Raw Normal View History

2024-05-23 23:47:40 +00:00
alter table chat_memberships add column mentions int not null default 0;
alter table chat_memberships alter column mentions drop default;