Files
pos-system/infra/databases/postgres/init.sql
Ho Ngoc Hai 4da46b5b8e Sure! Pl
2025-12-27 01:31:10 +07:00

9 lines
283 B
SQL

-- Initial database setup script
-- This script runs when PostgreSQL container starts for the first time
-- Create extensions if needed
-- CREATE EXTENSION IF NOT EXISTS "uuid-ossp";
-- Note: Prisma migrations handle schema creation
-- This file is for any additional setup needed