Migration SQLs updated

This commit is contained in:
PB
2025-10-22 13:49:53 +02:00
parent 255d874a22
commit c5c10ff8fd
2 changed files with 50 additions and 7 deletions

View File

@@ -4,6 +4,7 @@ CREATE DATABASE egommerce;
GRANT ALL PRIVILEGES ON DATABASE egommerce TO egommerce;
CREATE EXTENSION IF NOT EXISTS "pgcrypto";
CREATE EXTENSION IF NOT EXISTS "uuid-ossp";
CREATE SCHEMA "identity-svc"
AUTHORIZATION postgres;
-- CREATE SCHEMA "identity"
-- AUTHORIZATION egommerce;