Added dedicated movie photo table, renamed scene photo function.

This commit is contained in:
DebaucheryLibrarian
2022-03-27 23:42:03 +02:00
parent 295573c1ef
commit 15c9af8057
8 changed files with 61 additions and 36 deletions

View File

@@ -183,8 +183,6 @@ exports.up = async (knex) => Promise.resolve()
ORDER BY media.index ASC
$$ LANGUAGE SQL STABLE;
COMMENT ON FUNCTION search_movies IS E'@sortable';
GRANT ALL ON ALL TABLES IN SCHEMA public TO :visitor;
GRANT USAGE, SELECT ON ALL SEQUENCES IN SCHEMA public TO :visitor;