More updates related to the IDB table name changes for events.

This commit is contained in:
Scott Idem
2025-10-06 14:25:52 -04:00
parent c3992d8711
commit 88e4ab119d
48 changed files with 180 additions and 130 deletions

View File

@@ -21,7 +21,7 @@ import { goto } from '$app/navigation';
// The lq__ prefix is used to indicate that this is a liveQuery object and it should use the $ prefix when referencing the object.
let lq__event_badge_li = liveQuery(
() => db_events.badges.toArray()
() => db_events.badge.toArray()
);
// import Edit_modal_event_badge from '../10_edit_modal__event_badge_obj.svelte';

View File

@@ -28,7 +28,7 @@ import { goto } from '$app/navigation';
// The lq__ prefix is used to indicate that this is a liveQuery object and it should use the $ prefix when referencing the object.
let lq__event_badge_li = liveQuery(
() => db_events.badges.toArray()
() => db_events.badge.toArray()
);
// import Edit_modal_event_badge from '../10_edit_modal__event_badge_obj.svelte';