mirror of https://github.com/LemmyNet/lemmy.git
3 lines
65 B
MySQL
3 lines
65 B
MySQL
|
-- Drop the column
|
||
|
alter table community drop column creator_id;
|