lemmy/migrations/2024-01-22-105746_lemmynsfw.../down.sql

10 lines
188 B
MySQL
Raw Normal View History

2024-01-23 10:58:04 +00:00
ALTER TABLE local_site
DROP COLUMN content_warning;
2024-01-23 11:20:15 +00:00
ALTER TABLE local_site
DROP COLUMN default_post_listing_mode;
2024-01-23 11:20:15 +00:00
2024-01-23 10:58:04 +00:00
ALTER TABLE community
DROP COLUMN only_followers_can_vote;