feat(backend): harden db_migrate — rollback test, non-sql filter test, doc convention
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user