payslip-ingest/alembic
Viktor Barzin 1f2e73e024 alembic 0002: fix down_revision to '0001' (matches 0001_initial's id)
0001_initial.py declares revision='0001', not '0001_initial'. My 0002
migration had down_revision='0001_initial', so alembic couldn't splice
it into the chain and silently ran 'upgrade head' as a no-op on pod
startup. The rsu_vest/rsu_offset columns never got created and every
INSERT from the new code failed with 'column does not exist'.
2026-04-18 23:41:29 +00:00
..
versions alembic 0002: fix down_revision to '0001' (matches 0001_initial's id) 2026-04-18 23:41:29 +00:00
env.py alembic: create schema before initializing version table 2026-04-18 22:23:30 +00:00
script.py.mako Initial commit: event-driven UK payslip ingest service 2026-04-18 22:10:23 +00:00