feat(persist): FTS indexes survive restart (schema key + restore replay)
This commit is contained in:
@@ -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:"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user