Fixes in migrations
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user