Merge pull request #2206 from TriliumNext/fix/llm-embeddings-removal-increment-version

fix(server): increment SYNC_VERSION and APP_DB_VERSION for LLM embedd…
This commit is contained in:
Elian Doran 2025-06-08 10:42:59 +03:00 committed by GitHub
commit 93b5fc2236
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,8 +3,8 @@ import build from "./build.js";
import packageJson from "../../package.json" with { type: "json" }; import packageJson from "../../package.json" with { type: "json" };
import dataDir from "./data_dir.js"; import dataDir from "./data_dir.js";
const APP_DB_VERSION = 231; const APP_DB_VERSION = 232;
const SYNC_VERSION = 35; const SYNC_VERSION = 36;
const CLIPPER_PROTOCOL_VERSION = "1.0"; const CLIPPER_PROTOCOL_VERSION = "1.0";
export default { export default {