screentinker/server/db
ScreenTinker bae70e9154 fix(db): count only ADD COLUMN as new migrations in boot log (#37 follow-up)
The boot summary counted any non-throwing statement, so UPDATE/index migrations
(which always succeed) made a healthy DB report 'applied N new column migration(s)'
every boot. Count only a successful ALTER ... ADD COLUMN (genuinely new), so the
line appears only when a column was actually added.
2026-06-09 10:02:38 -05:00
..
database.js fix(db): count only ADD COLUMN as new migrations in boot log (#37 follow-up) 2026-06-09 10:02:38 -05:00
schema.sql feat(layouts): per-zone fit mode + default to 'contain' 2026-06-09 08:55:15 -05:00