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

@@ -57,7 +57,7 @@ export async function load_ae_obj_id__event_location(
}
await db_save_ae_obj_li__ae_obj({
db_instance: db_events,
table_name: 'locations',
table_name: 'location',
obj_li: processed_obj_li,
properties_to_save,
log_lvl,
@@ -219,7 +219,7 @@ export async function load_ae_obj_li__event_location(
}
await db_save_ae_obj_li__ae_obj({
db_instance: db_events,
table_name: 'locations',
table_name: 'location',
obj_li: processed_obj_li,
properties_to_save: properties_to_save,
log_lvl: log_lvl,
@@ -393,7 +393,7 @@ export async function create_ae_obj__event_location(
}
db_save_ae_obj_li__ae_obj({
db_instance: db_events,
table_name: 'locations',
table_name: 'location',
obj_li: processed_obj_li,
properties_to_save: properties_to_save,
log_lvl: log_lvl,
@@ -525,7 +525,7 @@ export async function update_ae_obj__event_location(
}
db_save_ae_obj_li__ae_obj({
db_instance: db_events,
table_name: 'locations',
table_name: 'location',
obj_li: processed_obj_li,
properties_to_save: properties_to_save,
log_lvl: log_lvl,