1
0
Fork 0
mirror of https://github.com/LemmyNet/lemmy.git synced 2025-01-25 07:05:04 +00:00
lemmy/migrations/2021-07-19-130929_add_show_new_post_notifs_setting/up.sql

2 lines
87 B
MySQL
Raw Normal View History

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