lemmy/migrations/2023-09-20-110614_drop-show.../up.sql

5 lines
108 B
SQL

-- this setting is unused with websocket gone
ALTER TABLE local_user
DROP COLUMN show_new_post_notifs;