test(sqlite): allow schema version pragma (#104960)

This commit is contained in:
Vincent Koc
2026-07-12 12:36:57 +08:00
committed by GitHub
parent 33186b0f54
commit fbfa1378c0

View File

@@ -6,6 +6,7 @@ export type SqliteNumberPragma =
| "auto_vacuum"
| "busy_timeout"
| "foreign_keys"
| "schema_version"
| "synchronous"
| "user_version"
| "wal_autocheckpoint";