7 lines
142 B
MySQL
7 lines
142 B
MySQL
|
-- DROP VIEW tagged_media_view;
|
||
|
DROP VIEW tag_count_view;
|
||
|
DROP TABLE media_tags;
|
||
|
DROP TABLE tags;
|
||
|
DROP TABLE media_content;
|
||
|
DROP TABLE media;
|