Removing old code. Standardizing the event related IDB table names. Getting badge printing ready again....

This commit is contained in:
Scott Idem
2025-10-06 14:04:46 -04:00
parent cd03d9e488
commit c3992d8711
10 changed files with 60 additions and 295 deletions

View File

@@ -53,7 +53,7 @@ export async function load_ae_obj_id__event_file(
}
await db_save_ae_obj_li__ae_obj({
db_instance: db_events,
table_name: 'files',
table_name: 'file',
obj_li: processed_obj_li,
properties_to_save: properties_to_save,
log_lvl: log_lvl,
@@ -156,7 +156,7 @@ export async function load_ae_obj_li__event_file(
}
await db_save_ae_obj_li__ae_obj({
db_instance: db_events,
table_name: 'files',
table_name: 'file',
obj_li: processed_obj_li,
properties_to_save: properties_to_save,
log_lvl: log_lvl,
@@ -353,7 +353,7 @@ export async function update_ae_obj__event_file(
}
await db_save_ae_obj_li__ae_obj({
db_instance: db_events,
table_name: 'files',
table_name: 'file',
obj_li: processed_obj_li,
properties_to_save: properties_to_save,
log_lvl: log_lvl,
@@ -494,7 +494,7 @@ export async function qry__event_file(
}
await db_save_ae_obj_li__ae_obj({
db_instance: db_events,
table_name: 'files',
table_name: 'file',
obj_li: processed_obj_li,
properties_to_save: properties_to_save,
log_lvl: log_lvl,
@@ -646,7 +646,7 @@ export async function search__event_file(
}
await db_save_ae_obj_li__ae_obj({
db_instance: db_events,
table_name: 'files',
table_name: 'file',
obj_li: processed_obj_li,
properties_to_save: properties_to_save,
log_lvl: log_lvl,