This commit is contained in:
2026-04-14 16:27:47 +08:00
commit 4b38a4c952
134 changed files with 7478 additions and 0 deletions

4
init/pg/00_create_db.sql Normal file
View File

@@ -0,0 +1,4 @@
-- 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;