Updating Manticore scenes database on scene store.

This commit is contained in:
DebaucheryLibrarian
2024-01-25 01:15:42 +01:00
parent ae2d3591ee
commit 86ffcc3316
31 changed files with 237 additions and 27 deletions

View File

@@ -1074,6 +1074,7 @@ async function associatePeople(releases, batchId, type = 'actor') {
}
await bulkInsert(`releases_${type}`, validReleaseActorAssociations, false);
await knex.schema.refreshMaterializedView('actors_meta');
logger.verbose(`Associated ${releaseActorAssociations.length} actors to ${releases.length} scenes`);