mitai-jinkendo/backend
Lars ad433a470f
All checks were successful
Deploy Development / deploy (push) Successful in 54s
Build Test / lint-backend (push) Successful in 0s
Build Test / build-frontend (push) Successful in 13s
fix: PostgreSQL trigger syntax (remove IF NOT EXISTS)
PostgreSQL does not support IF NOT EXISTS for CREATE TRIGGER.
Use DROP TRIGGER IF EXISTS before CREATE TRIGGER instead.

Fixes: Backend crash loop due to schema.sql syntax error on line 231

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-18 11:59:09 +01:00
..
db_init.py fix: replace psql with Python for DB checks (no apt-get needed!) 2026-03-18 10:01:19 +01:00
db.py 9b 2026-03-18 08:27:33 +01:00
Dockerfile fix: replace psql with Python for DB checks (no apt-get needed!) 2026-03-18 10:01:19 +01:00
main.py 9b 2026-03-18 08:27:33 +01:00
migrate_to_postgres.py 9b 2026-03-18 08:27:33 +01:00
requirements.txt 9b 2026-03-18 08:27:33 +01:00
schema.sql fix: PostgreSQL trigger syntax (remove IF NOT EXISTS) 2026-03-18 11:59:09 +01:00
startup.sh fix: replace psql with Python for DB checks (no apt-get needed!) 2026-03-18 10:01:19 +01:00