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

@@ -3,7 +3,4 @@ CREATE TABLE IF NOT EXISTS pricing."price"
id uuid NOT NULL DEFAULT gen_random_uuid()
);
ALTER TABLE IF EXISTS "pricing"."price"
OWNER to postgres;
-- TODO ^^ PRIVILEGES...
ALTER TABLE IF EXISTS "pricing"."price" OWNER to egommerce;