BillTracker/db
null 6c1b02e613 fix: remove premature idx_payments_transaction_active from schema.sql
The index referenced transaction_id which is only added by migration v0.59.
On existing databases CREATE TABLE IF NOT EXISTS is a no-op, so the index
creation crashed before migrations could run. v0.61 creates it correctly
after the column exists. Fresh installs still get it via normal migration.
2026-05-28 23:33:45 -05:00
..
database.js fix: migration dedup and legacy reconcile gaps 2026-05-28 23:28:53 -05:00
schema.sql fix: remove premature idx_payments_transaction_active from schema.sql 2026-05-28 23:33:45 -05:00