schema: collapse config.db to a single baseline, ddl_v1 stays editable until v0.1

This commit is contained in:
2026-08-13 19:14:54 +02:00
parent 2ab7c1f1de
commit 21571e448e
9 changed files with 67 additions and 189 deletions
+1 -1
View File
@@ -424,7 +424,7 @@ asking again reports `rule_block_exact`, `blocked` true and a null `source_url`.
**Symptom.** After putting an older binary back, it will not start:
```
warning(migrations): config.db is at schema version 99; this nxdns binary supports 4
warning(migrations): config.db is at schema version 99; this nxdns binary supports 1
nxdns run failed: SchemaTooNew
```