5 lines
186 B
SQL
5 lines
186 B
SQL
-- 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;
|