init
This commit is contained in:
4
init/pg/00_create_db.sql
Normal file
4
init/pg/00_create_db.sql
Normal 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;
|
||||
Reference in New Issue
Block a user