mirror of
https://github.com/LemmyNet/lemmy.git
synced 2025-01-10 01:24:39 +00:00
2 lines
87 B
SQL
2 lines
87 B
SQL
alter table local_user add column show_new_post_notifs boolean default false not null;
|