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