update amq schema to add some extra fields

This commit is contained in:
2026-02-05 13:54:36 -08:00
parent 9aa896dd06
commit 6b71be428d
4 changed files with 28 additions and 10 deletions

View File

@@ -14,7 +14,7 @@ import { getClientDb } from "$lib/db/client-db";
* This is intended for READ-ONLY browsing. Bump the version when you ship a new
* snapshot so clients refresh.
*/
export const AMQ_DB_SEED_VERSION = 1;
export const AMQ_DB_SEED_VERSION = 2;
const SEED_ASSET_PATH = "/data/amq.sqlite";
const seededStorageKey = (version: number) => `amq.sqlocal.seeded.v${version}`;