lemmy/migrations/2021-04-02-021422_remove_community_creator/up.sql

3 lines
65 B
MySQL
Raw Normal View History

-- Drop the column
alter table community drop column creator_id;