1
0
Fork 0
mirror of https://github.com/LemmyNet/lemmy.git synced 2025-01-25 07:05:04 +00:00
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

2 lines
60 B
SQL

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