mirror of
https://github.com/LemmyNet/lemmy
synced 2024-11-13 00:07:08 +00:00
6 lines
84 B
MySQL
6 lines
84 B
MySQL
|
ALTER TABLE community
|
||
|
DROP COLUMN visibility;
|
||
|
|
||
|
DROP TYPE community_visibility;
|
||
|
|