Began Framework start

This commit is contained in:
2026-03-17 09:10:25 -05:00
parent c1603c24b0
commit 2db1253693
1277 changed files with 66669 additions and 1 deletions

View 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.