mirror of https://github.com/LemmyNet/lemmy.git
4 lines
92 B
MySQL
4 lines
92 B
MySQL
|
ALTER TABLE local_user
|
||
|
ADD COLUMN show_new_post_notifs boolean NOT NULL DEFAULT FALSE;
|
||
|
|