mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-16 18:11:37 +00:00
test(sqlite): allow schema version pragma (#104960)
This commit is contained in:
@@ -6,6 +6,7 @@ export type SqliteNumberPragma =
|
||||
| "auto_vacuum"
|
||||
| "busy_timeout"
|
||||
| "foreign_keys"
|
||||
| "schema_version"
|
||||
| "synchronous"
|
||||
| "user_version"
|
||||
| "wal_autocheckpoint";
|
||||
|
||||
Reference in New Issue
Block a user