Files
K12Study/init/pg/00_create_db.sql

5 lines
186 B
MySQL
Raw Normal View History

2026-04-14 16:27:47 +08:00
-- K12Study PostgreSQL bootstrap
-- The database itself is provided by POSTGRES_DB in docker-compose.
CREATE EXTENSION IF NOT EXISTS "uuid-ossp";
CREATE EXTENSION IF NOT EXISTS pg_trgm;