feat(views/geomap): migrate db to new collection type

This commit is contained in:
Elian Doran
2025-07-06 20:17:15 +03:00
parent ce33dfb003
commit f5a6dfa629
3 changed files with 53 additions and 1 deletions

View File

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