Fix an issue where additional users weren't being persisted
This commit is contained in:
@@ -0,0 +1 @@
|
||||
ALTER TABLE "user" DROP CONSTRAINT user_id_key;
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1 @@
|
||||
ALTER TABLE "user" DROP CONSTRAINT user_id_key;
|
||||