Files
Ho Ngoc Hai 76d75c753b Migrate
2026-05-23 18:37:02 +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