db: add globalPercent to songs schema

This commit is contained in:
2026-02-06 08:04:11 -08:00
parent 7eb4bc1bb1
commit 323c7c7f77
3 changed files with 3 additions and 1 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 = 2;
export const AMQ_DB_SEED_VERSION = 3;
const SEED_ASSET_PATH = "/data/amq.sqlite";
const seededStorageKey = (version: number) => `amq.sqlocal.seeded.v${version}`;