mirror of
https://github.com/BetterCorp/BetterFrame.git
synced 2026-05-26 16:56:33 +00:00
No description
PG migrations still had the original table structure (layouts with template_id/display_id, layout_cells with region_name) that SQLite dropped in v0.5. PG deploy would fail because repo code expects the final schema. Fixes: layouts table (removed template_id/display_id/is_default), layout_cells (removed region_name), added display_layouts join table, kiosks.encrypt_key_encrypted, entities.name UNIQUE, all missing indexes (sessions active, event_log received, audit_log actor, firmware version/arch unique), foreign keys on pairing_codes/ event_log/firmware/rollouts, kiosk_gpio_bindings.created_at + CHECK constraints. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .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 | ||