mirror of
https://github.com/BetterCorp/BetterFrame.git
synced 2026-05-26 16:56:33 +00:00
No description
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. |
||
|---|---|---|
| .github/workflows | ||
| deploy | ||
| docs | ||
| kiosk | ||
| nodered | ||
| scripts | ||
| server | ||
| .gitattributes | ||
| .gitignore | ||
| CLAUDE.md | ||
| docker-compose.coolify.yml | ||
| docker-compose.yml | ||
| LICENSE-AGPL.txt | ||
| LICENSE-COMMERCIAL.md | ||
| LICENSE.md | ||
| package-lock.json | ||
| package.json | ||
| sec-config.yaml | ||
| tsconfig.base.json | ||