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