fix(server): increment SYNC_VERSION and APP_DB_VERSION for LLM embeddings removal

This commit is contained in:
perf3ct 2025-06-07 21:13:02 +00:00
parent ebb1654d0e
commit b6b88dff86
No known key found for this signature in database
GPG Key ID: 569C4EEC436F5232

View File

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