36b9a2e424
Run the backend suite on Dev Postgres instead of isolated SQLite.
...
Deploy Development / deploy (push) Successful in 55s
Test Suite / backend-postgres (push) Failing after 7s
Test Suite / frontend-build (push) Successful in 16s
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-09-07 14:28:17 +02:00
ea38528ecf
Fix Postgres 500s on days and entries by dropping SQLite rowid.
...
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-09-07 12:50:53 +02:00
9d5befdde9
Fix Postgres prompt seed crashing on CASE WHEN 0/1.
...
Deploy Development / deploy (push) Successful in 50s
Test Suite / backend-sqlite (push) Failing after 3s
Test Suite / frontend-build (push) Successful in 15s
SQLite treats integers as booleans; a backend recreate after the API key was added hit that on every start.
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-09-07 12:35:22 +02:00
07479f6a9f
Add Compose, Gitea deploy, and Postgres dual-backend on develop.
...
Deploy Development / deploy (push) Successful in 44s
Test Suite / backend-sqlite (push) Failing after 2s
Test Suite / frontend-build (push) Successful in 23s
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>
2026-09-07 12:15:08 +02:00