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'. |
||
|---|---|---|
| .. | ||
| versions | ||
| env.py | ||
| script.py.mako | ||