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