bump db seed version
This commit is contained in:
@@ -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 = 4;
|
||||
export const AMQ_DB_SEED_VERSION = 5;
|
||||
|
||||
const SEED_ASSET_PATH = "/data/amq.sqlite";
|
||||
const seededStorageKey = (version: number) => `amq.sqlocal.seeded.v${version}`;
|
||||
|
||||
Reference in New Issue
Block a user