Added entity_ids column to manticore scenes table.

This commit is contained in:
DebaucheryLibrarian
2024-03-24 22:16:58 +01:00
parent 7171ac9252
commit f1f618d3a7
3 changed files with 5 additions and 132 deletions

View File

@@ -18,6 +18,7 @@ const scenesFields = `
network_id int,
network_name text,
network_slug text,
entity_ids multi,
actor_ids multi,
actors text,
tag_ids multi,