- nix devShell uses nixos-25.05's prisma-engines 6.7.0 (has
libquery_engine.node) — the 7.x problem is the system/unstable channel
only, not the flake's devShell (corrects an earlier overstatement; #30
closed as invalid).
- start.js migrate-on-boot is a no-op on nix but IS the migration path on
docker (image ENTRYPOINT) — don't assume it's dead everywhere (#31).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Captures the deploy hazard found during #27 rollout (cfaun): the
nsecbunkerd<->LNbits pairing is split across both systems, so a full
nsecbunker.db wipe orphans LNbits's signer_config and forces an
identity-changing re-provision. Documents the targeted
'DELETE FROM SigningCondition' procedure, the keys-live-in-json fact,
and the migrate-on-boot no-op (#31).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>