We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89767d0 commit ee7b97aCopy full SHA for ee7b97a
db/migrations/0229__tasks.sql
src/services/app_info.ts
@@ -5,7 +5,7 @@ import build from "./build.js";
5
import packageJson from "../../package.json" with { type: "json" };
6
import dataDir from "./data_dir.js";
7
8
-const APP_DB_VERSION = 229;
+const APP_DB_VERSION = 228;
9
const SYNC_VERSION = 35;
10
const CLIPPER_PROTOCOL_VERSION = "1.0";
11
0 commit comments