mirror of https://github.com/LemmyNet/lemmy.git
6 lines
84 B
MySQL
6 lines
84 B
MySQL
|
ALTER TABLE community
|
||
|
DROP COLUMN visibility;
|
||
|
|
||
|
DROP TYPE community_visibility;
|
||
|
|