BillTracker/db
null 1fd4f49758 v0.20.3: Performance indexes on frequently queried columns
- Added v0.44 migration with 4 indexes:
  - idx_bills_user_name ON bills(user_id, name)
  - idx_payments_method ON payments(method)
  - idx_monthly_starting_amounts_user ON monthly_starting_amounts(user_id)
  - idx_import_history_imported_at ON import_history(imported_at)
- Fixed nested transaction bug in migration run() function
- Hudson security audit: 7/7 PASS
2026-05-09 22:44:38 -05:00
..
.restore-1777763192032-96266b49.sqlite-shm initial commit 2026-05-03 19:51:57 -05:00
.restore-1777763192032-96266b49.sqlite-wal initial commit 2026-05-03 19:51:57 -05:00
database.js v0.20.3: Performance indexes on frequently queried columns 2026-05-09 22:44:38 -05:00
schema.sql push 2026-05-04 23:34:24 -05:00