Fixes in migrations

This commit is contained in:
PB
2025-11-08 18:19:21 +01:00
parent efec7c2b9d
commit 2b16b17308
5 changed files with 31 additions and 24 deletions

View File

@@ -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)
);