lemmy/migrations/2021-07-19-130929_add_show_new_post_notifs_setting/up.sql

2 lines
87 B
SQL

alter table local_user add column show_new_post_notifs boolean default false not null;