TorbatYar/infrastructure/postgres/init-dbs.sql
Mortezakoohjani e41ecfad4c Sync platform docs, infra, and module services with Accounting integration.
Include Loyalty/Communication/Sports Center backends and registry updates alongside production nginx and compose wiring.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-25 22:35:23 +03:30

7 lines
193 B
SQL

CREATE DATABASE identity_access_db;
CREATE DATABASE accounting_db;
CREATE DATABASE crm_db;
CREATE DATABASE communication_db;
CREATE DATABASE loyalty_db;
CREATE DATABASE sports_center_db;