Skip to content

Commit ee7b97a

Browse files
committed
revert(db): back to 228 (no tasks)
1 parent 89767d0 commit ee7b97a

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

db/migrations/0229__tasks.sql

-10
This file was deleted.

src/services/app_info.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import build from "./build.js";
55
import packageJson from "../../package.json" with { type: "json" };
66
import dataDir from "./data_dir.js";
77

8-
const APP_DB_VERSION = 229;
8+
const APP_DB_VERSION = 228;
99
const SYNC_VERSION = 35;
1010
const CLIPPER_PROTOCOL_VERSION = "1.0";
1111

0 commit comments

Comments
 (0)