The IDAA Archives seem to be working pretty well. Still need some more testing.

This commit is contained in:
Scott Idem
2025-07-09 17:43:41 -04:00
parent 06cf665b06
commit b030c0eec4
2 changed files with 4 additions and 4 deletions

View File

@@ -247,7 +247,7 @@ export async function create_ae_obj__archive_content(
}
await db_save_ae_obj_li__ae_obj({
db_instance: db_archives,
table_name: 'archive',
table_name: 'content',
obj_li: processed_obj_li,
properties_to_save: properties_to_save,
log_lvl: log_lvl,
@@ -380,7 +380,7 @@ export async function update_ae_obj__archive_content(
}
await db_save_ae_obj_li__ae_obj({
db_instance: db_archives,
table_name: 'archive',
table_name: 'content',
obj_li: processed_obj_li,
properties_to_save: properties_to_save,
log_lvl: log_lvl,