mirror of https://github.com/LemmyNet/lemmy.git
* Drop unique constraint for site.name (fixes #4329) * working down migrationadd_back_newest_comment_time
parent
4163e0465e
commit
53147596b4
|
@ -0,0 +1,3 @@
|
|||
ALTER TABLE site
|
||||
ADD CONSTRAINT site_name_key UNIQUE (name);
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
ALTER TABLE site
|
||||
DROP CONSTRAINT site_name_key;
|
||||
|
Loading…
Reference in New Issue