11 lines
282 B
SQL
11 lines
282 B
SQL
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;
|
|
DROP INDEX tag_display_idx;
|
|
DROP INDEX tag_name_kind_id_idx;
|
|
DROP INDEX tag_name_idx;
|
|
DROP TABLE tag;
|
|
DROP TABLE kind;
|
|
DROP TABLE media;
|