mitai-jinkendo/backend
Lars d15ec056b4
All checks were successful
Deploy Development / deploy (push) Successful in 1m0s
Build Test / lint-backend (push) Successful in 0s
Build Test / build-frontend (push) Successful in 13s
fix: actually call migration function (was only importing)
Bug: db_init.py was importing migrate_to_postgres but not calling main().
Result: Migration appeared successful but no data was migrated (0 users).

Fix: Import and call migrate_to_postgres.main()

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-18 12:19:51 +01:00
..
db_init.py fix: actually call migration function (was only importing) 2026-03-18 12:19:51 +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