Fixes in migrations
This commit is contained in:
@@ -36,7 +36,7 @@ CREATE TABLE IF NOT EXISTS identity.users_roles
|
||||
REFERENCES identity.roles (id) MATCH SIMPLE
|
||||
ON UPDATE NO ACTION
|
||||
ON DELETE NO ACTION
|
||||
NOT VALID
|
||||
NOT VALID,
|
||||
UNIQUE (user_id, role_id)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user