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

@@ -47,7 +47,7 @@ let dq__where_eq_val: string = link_to_id;
// This should include all files that are associated with an object (event, location, session, presenter, etc.)
// I am not sure why, but doing reverse() and then sortBy() seems to sort in descending order.
let lq__event_file_obj_li = $derived(liveQuery(async () => {
let results = await db_events.files
let results = await db_events.file
.where(dq__where_val)
.equals(dq__where_eq_val)
.reverse()