Added filtered titles and secondary tags to manticore database.

This commit is contained in:
DebaucheryLibrarian
2024-02-09 22:30:38 +01:00
parent 31e884359e
commit fc0661804f
5 changed files with 77 additions and 59 deletions

View File

@@ -11,7 +11,8 @@ exports.up = async () => {
await utilsApi.sql(`create table scenes (
id int,
title text,
entry_id text,
title_filtered text,
shoot_id text,
channel_id int,
channel_name text,
channel_slug text,