Showing actors without gender info in overview.

This commit is contained in:
2020-02-14 02:30:43 +01:00
parent 6a0babe986
commit 872a529d3e
3 changed files with 14 additions and 5 deletions

View File

@@ -483,7 +483,7 @@ exports.up = knex => Promise.resolve()
JOIN releases_tags ON (releases_tags.release_id = releases.id)
JOIN tags ON (releases_tags.tag_id = tags.id)
WHERE tags.slug = ANY($1);
$$ LANGUAGE sql STABLE
$$ LANGUAGE sql STABLE;
*/
`));