feat(persist): FTS indexes survive restart (schema key + restore replay)

This commit is contained in:
2026-07-30 15:56:48 +03:00
parent 9088dc1381
commit 6703ca2b29
4 changed files with 63 additions and 0 deletions
+1
View File
@@ -16,6 +16,7 @@ const
SchemaTriggerPrefix* = "_schema:triggers:"
SchemaUserPrefix* = "_schema:users:"
SchemaPolicyPrefix* = "_schema:policies:"
SchemaFtsIndexPrefix* = "_schema:ftsidx:"
## Legacy CREATE TABLE keys (pre-fix) used a migrations: counter suffix
SchemaLegacyCreatePrefix* = "_schema:migrations:"