mirror of
https://github.com/BetterCorp/BetterFrame.git
synced 2026-05-26 20:16:35 +00:00
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> |
||
|---|---|---|
| .. | ||
| src | ||
| .gitignore | ||
| bsb-tests.json | ||
| package.json | ||
| tsconfig.json | ||