rDrama/migrations/20240201-rework-modmail-not...

3 lines
152 B
MySQL
Raw Permalink Normal View History

alter table users add column last_viewed_modmail_notifs int not null default 0;
alter table users alter column last_viewed_modmail_notifs drop default;