Added dupe index to manticore scenes and movies tables.

This commit is contained in:
DebaucheryLibrarian
2024-11-05 04:00:25 +01:00
parent 8894a1319e
commit c5545aae11
3 changed files with 19 additions and 6 deletions

View File

@@ -35,7 +35,8 @@ const scenesFields = `
is_showcased bool,
created_at timestamp,
effective_date timestamp,
stashed int
stashed int,
dupe_index int
`;
const moviesFields = `
@@ -60,7 +61,8 @@ const moviesFields = `
effective_date timestamp,
stashed int,
stashed_scenes int,
stashed_total int
stashed_total int,
dupe_index int
`;
const actorsFields = `