rDrama/sql/20220805-modaction-notifs-r...

3 lines
144 B
MySQL
Raw Normal View History

2022-08-05 21:50:30 +00:00
alter table users add column last_viewed_log_notifs int not null default 0;
alter table users alter column last_viewed_log_notifs drop default;