rDrama/sql/20220708-notification-rewor...

3 lines
146 B
MySQL
Raw Normal View History

2022-07-08 18:06:54 +00:00
alter table users add column last_viewed_post_notifs int not null default 0;
alter table users alter column last_viewed_post_notifs drop default;