mirror of
https://github.com/BetterCorp/BetterFrame.git
synced 2026-05-26 19:06:34 +00:00
setup_state.is_complete, cluster_key_provisioned, display.is_primary, event_log.forwarded_to_nodered all had literal 0/1 in SQL strings. PG rejects integer for BOOLEAN columns. Changed to ? params with true/false values — SQLite adapter coerces to 1/0 automatically. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| src | ||
| .gitignore | ||
| bsb-tests.json | ||
| package.json | ||
| tsconfig.json | ||