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

2 lines
65 B
SQL

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