mirror of
https://github.com/soconnor0919/beenvoice.git
synced 2026-05-08 09:38:55 -04:00
e5242b37a4
Previously the baseline marked ALL migrations as done, causing 0001 to be skipped even on databases that didn't have the currency column yet. Now each migration is checked against a sentinel column/table before being seeded into the tracking table. Migrations whose changes don't exist yet are left out so migrate() runs them normally. https://claude.ai/code/session_012sqEgNQpx676isepeoX4Mi