lemmy/migrations/2022-01-20-160328_remove_site_creator/up.sql
Dessalines e36ad9d984
Removing the site creator, adding leave_admin. Fixes #1808 (#2052)
* Removing the site creator, adding leave_admin. Fixes #1808

* Making sure there's at least one admin. Fixing unit tests
2022-01-26 17:57:16 +00:00

3 lines
60 B
SQL

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