More work on versioning for Events

This commit is contained in:
Scott Idem
2025-10-15 13:17:32 -04:00
parent 6b8f4d54ed
commit 1f79ae4e19
2 changed files with 58 additions and 2 deletions

View File

@@ -5,8 +5,8 @@ import type { Writable } from 'svelte/store';
import type { key_val } from '$lib/ae_stores';
// Set the version for the app data. Changing this should force a notification and ask the user to clear and reload the page.
let ver = '2024-08-21_1646';
let ver_idb = '2024-08-21_1645';
let ver = '2025-10-15_1259';
let ver_idb = '2025-10-15_1259';
/* *** BEGIN *** Initialize events_local_data_struct */
// Longer-term app data. This should be stored to *local* storage.