db: drop no longer used views

This commit is contained in:
Lucas Gabriel Vuotto 2025-05-03 13:40:24 +00:00
parent ad46c6ba85
commit aa68868647
2 changed files with 0 additions and 28 deletions

View file

@ -1,5 +1,3 @@
DROP VIEW tagged_media_view;
DROP VIEW tag_count_view;
DROP INDEX media_tag_tag_id_idx;
DROP INDEX media_tag_media_id_idx;
DROP TABLE media_tag;