mirror of
https://github.com/LemmyNet/lemmy
synced 2024-11-11 01:10:29 +00:00
10 lines
181 B
SQL
10 lines
181 B
SQL
ALTER TABLE local_site
|
|
DROP COLUMN content_warning;
|
|
|
|
ALTER TABLE local_site
|
|
DROP COLUMN auto_expand_images;
|
|
|
|
ALTER TABLE community
|
|
DROP COLUMN only_followers_can_vote;
|
|
|