Ubuntu
|
a9b7dcab62
|
feat(config): add migration framework and config schema
Add simple SQL migration runner tracking applied migrations in
schema_migrations table. First migration creates:
- config schema
- config.adapters table (name, enabled, cadence_s, settings JSONB)
- config.api_keys table (alias, encrypted_value BYTEA)
- NOTIFY triggers for real-time config change detection
- Seeds NWS adapter row from current TOML config
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
2026-05-15 23:07:49 +00:00 |
|