payslip-ingest/alembic
Viktor Barzin 11a8256e6a alembic: create schema before initializing version table
The payslip_ingest schema must exist before Alembic creates its
alembic_version tracking table inside it. Add CREATE SCHEMA IF NOT EXISTS
at the top of do_run_migrations.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-18 22:23:30 +00:00
..
versions Initial commit: event-driven UK payslip ingest service 2026-04-18 22:10:23 +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