-- 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