Began Framework start
This commit is contained in:
10
docker/config/postgres/init.sql
Normal file
10
docker/config/postgres/init.sql
Normal file
@@ -0,0 +1,10 @@
|
||||
-- PostgreSQL initialization script.
|
||||
-- Runs ONCE on first container start when the data volume is empty.
|
||||
-- Add schema, extensions, and seed data here.
|
||||
|
||||
-- Enable useful extensions
|
||||
CREATE EXTENSION IF NOT EXISTS "uuid-ossp";
|
||||
CREATE EXTENSION IF NOT EXISTS "pg_trgm";
|
||||
|
||||
-- Ignition stores its own schema; this file is for project-specific tables.
|
||||
-- Add project tables below this line.
|
||||
Reference in New Issue
Block a user