Use host ports 3006/8005 and 3096/8096 so Kansho does not collide with Bookstack on 3005 or the sister products. Co-authored-by: Cursor <cursoragent@cursor.com>
8 lines
312 B
SQL
8 lines
312 B
SQL
-- Postgres runtime baseline for Kanshō.
|
|
-- Greenfield schema is backend/schema.sql translated at startup
|
|
-- (datetime('now') → CURRENT_TIMESTAMP::text). Historical SQLite
|
|
-- inline migrations 001-021 are recorded as applied, not replayed.
|
|
-- Future incremental DDL belongs in 023_*.sql and later.
|
|
|
|
SELECT 1;
|