test: cover sqlite transaction guardrails

This commit is contained in:
Peter Steinberger
2026-05-08 12:46:10 +01:00
parent 3f2010d516
commit f0150252a9
2 changed files with 75 additions and 0 deletions

View File

@@ -96,6 +96,7 @@ const legacyStoreMarkers = [
{ label: "Matrix sync store JSON", pattern: /\bbot-storage\.json\b/u },
{ label: "Matrix storage metadata JSON", pattern: /\bstorage-meta\.json\b/u },
{ label: "Matrix inbound dedupe JSON", pattern: /\binbound-dedupe\.json\b/u },
{ label: "Matrix startup verification JSON", pattern: /\bstartup-verification\.json\b/u },
{
label: "Discord model-picker preferences JSON",
pattern: /\bmodel-picker-preferences\.json\b/u,