@biaoo/tiangong-wiki 0.3.12 → 0.3.13
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/core/db.js +0 -2
- package/package.json +1 -1
package/dist/core/db.js
CHANGED
|
@@ -83,8 +83,6 @@ function ensureBaseTables(db, embeddingDimensions) {
|
|
|
83
83
|
indexed_at TEXT
|
|
84
84
|
);
|
|
85
85
|
|
|
86
|
-
CREATE INDEX IF NOT EXISTS idx_vfiles_source_timestamp ON vault_files(source_timestamp);
|
|
87
|
-
|
|
88
86
|
CREATE TABLE IF NOT EXISTS vault_changelog (
|
|
89
87
|
id INTEGER PRIMARY KEY AUTOINCREMENT,
|
|
90
88
|
file_id TEXT NOT NULL,
|