mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-08 17:34:16 +00:00
53147596b4
* Drop unique constraint for site.name (fixes #4329) * working down migration
4 lines
53 B
SQL
4 lines
53 B
SQL
ALTER TABLE site
|
|
DROP CONSTRAINT site_name_key;
|
|
|