mirror of
https://github.com/LemmyNet/lemmy.git
synced 2025-02-01 03:32:36 +00:00
3 lines
65 B
MySQL
3 lines
65 B
MySQL
|
-- Drop the column
|
||
|
alter table community drop column creator_id;
|