mirror of
https://github.com/BetterCorp/BetterFrame.git
synced 2026-05-26 17:56:34 +00:00
cpu_load_percent + memory/disk columns were silently added inline to the hwmon migration entry, but PRAGMA user_version had already passed that index for existing deploys → ALTER never ran → replaceKioskKey and heartbeat hit "no such column: cpu_load_percent" on upgrade. Append a tail migration that addColumnIfNotExists for each. Lesson: never mutate an existing migration entry; always append a new one. |
||
|---|---|---|
| .. | ||
| src | ||
| .gitignore | ||
| bsb-tests.json | ||
| package.json | ||
| tsconfig.json | ||