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

@@ -26,9 +26,5 @@ ALTER TABLE IF EXISTS "ordering".order_item
ON DELETE NO ACTION
NOT VALID;
ALTER TABLE IF EXISTS "ordering"."order"
OWNER to postgres;
ALTER TABLE IF EXISTS "ordering".order_item
OWNER to postgres;
-- TODO ^^ PRIVILEGES...
ALTER TABLE IF EXISTS "ordering"."order" OWNER to egommerce;
ALTER TABLE IF EXISTS "ordering".order_item OWNER to egommerce;