fix(db): add vet_name, result, next_due to healthMigrations ALTER TABLE guards #38

Merged
jason merged 1 commits from fix/health-records-missing-columns into master 2026-03-10 12:52:41 -05:00

1 Commits

Author SHA1 Message Date
9b43bdab99 fix(db): add vet_name, result, next_due to healthMigrations ALTER TABLE guards
Existing databases were missing these 3 columns because they were defined
in the CREATE TABLE but not in the healthMigrations array used for
ALTER TABLE on pre-existing DBs. This caused the 'table health_records
has no column named vet_name' error in the Add Health Record modal.
2026-03-10 12:52:04 -05:00