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

5 lines
70 B
SQL

-- Drop the column
ALTER TABLE community
DROP COLUMN creator_id;