mirror of
https://github.com/LemmyNet/lemmy.git
synced 2025-09-02 19:23:49 +00:00
4 lines
96 B
MySQL
4 lines
96 B
MySQL
|
ALTER TABLE local_site
|
||
|
ADD COLUMN disable_email_notifications bool NOT NULL DEFAULT FALSE;
|
||
|
|