mirror of
https://github.com/LemmyNet/lemmy
synced 2024-11-19 03:25:29 +00:00
e36ad9d984
* Removing the site creator, adding leave_admin. Fixes #1808 * Making sure there's at least one admin. Fixing unit tests
3 lines
60 B
SQL
3 lines
60 B
SQL
-- Drop the column
|
|
alter table site drop column creator_id;
|