PoorBooru/migrations/1_down.sql

7 lines
139 B
MySQL
Raw Normal View History

2023-03-08 21:43:56 +01:00
DROP VIEW tagged_media_view;
2023-03-04 22:31:42 +01:00
DROP VIEW tag_count_view;
DROP TABLE media_tags;
DROP TABLE tags;
DROP TABLE media_content;
DROP TABLE media;