@threadbase-sh/scanner 0.9.0 → 0.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.js +2 -2
- package/dist/cli.js.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1297,7 +1297,7 @@ import { mkdirSync } from "fs";
|
|
|
1297
1297
|
import { dirname as dirname3 } from "path";
|
|
1298
1298
|
|
|
1299
1299
|
// src/persistent/schema.ts
|
|
1300
|
-
var SCHEMA_VERSION =
|
|
1300
|
+
var SCHEMA_VERSION = 4;
|
|
1301
1301
|
var SCHEMA_SQL = `
|
|
1302
1302
|
CREATE TABLE IF NOT EXISTS conversation_files (
|
|
1303
1303
|
id INTEGER PRIMARY KEY AUTOINCREMENT,
|