mirror of
https://github.com/BetterCorp/BetterFrame.git
synced 2026-05-26 17:56:34 +00:00
Every column + table added inside an already-passed PRAGMA user_version entry is re-created here with IF NOT EXISTS / addColumnIfNotExists so existing deploys finally pick them up: - kiosks: reported_hostname, network_interfaces_json - kiosks: os_update_channel, os_update_target_version, os_update_last_* - kiosks: managed_image, managed_config_* - displays: active_layout_id - os_update_releases table + indices - os_update_rollouts table + indices Rule going forward: NEVER add columns/tables inside existing migration entries. Always append a NEW entry at the end of the MIGRATIONS array. |
||
|---|---|---|
| .. | ||
| src | ||
| .gitignore | ||
| bsb-tests.json | ||
| package.json | ||
| tsconfig.json | ||