Added dupe index to manticore scenes and movies tables.
This commit is contained in:
@@ -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 = `
|
||||
|
||||
Reference in New Issue
Block a user