mirror of https://github.com/LemmyNet/lemmy.git
5 lines
108 B
MySQL
5 lines
108 B
MySQL
|
-- this setting is unused with websocket gone
|
||
|
ALTER TABLE local_user
|
||
|
DROP COLUMN show_new_post_notifs;
|
||
|
|