Updating Manticore in movie scene association. Fixed Jules Jordan scene movie link.
This commit is contained in:
@@ -38,6 +38,7 @@ async function init() {
|
||||
id int,
|
||||
name text,
|
||||
slug string,
|
||||
entity_id int,
|
||||
gender string,
|
||||
date_of_birth timestamp,
|
||||
country string,
|
||||
@@ -59,6 +60,7 @@ async function init() {
|
||||
index: 'actors',
|
||||
id: actor.id,
|
||||
doc: {
|
||||
entity_id: actor.entity_id,
|
||||
name: actor.name,
|
||||
slug: actor.slug,
|
||||
gender: actor.gender || undefined,
|
||||
|
||||
Reference in New Issue
Block a user