feat(backend): harden db_migrate — rollback test, non-sql filter test, doc convention

This commit is contained in:
Tyler
2026-06-19 21:25:15 -06:00
parent 1bd2334e40
commit 934d623d3a
2 changed files with 53 additions and 1 deletions
+4
View File
@@ -9,6 +9,10 @@ version bump so the next startup retries.
This is intentionally NOT Alembic. One operator, one machine, one
schema-version counter.
Convention: migrations are DDL-only. Do not use `--` comments except for the
required `-- version: N` header. Do not use string literals containing `;`.
This is enforced by the line-based comment stripper and naive `;` splitter.
"""
from __future__ import annotations