Initial import
This commit is contained in:
commit
dd492db92e
37 changed files with 1953 additions and 0 deletions
7
migrations/pooru_1_down.sql
Normal file
7
migrations/pooru_1_down.sql
Normal file
|
@ -0,0 +1,7 @@
|
|||
DROP VIEW IF EXISTS tagged_media_view;
|
||||
DROP VIEW IF EXISTS tag_count_view;
|
||||
DROP TABLE IF EXISTS media_tag;
|
||||
DROP INDEX IF EXISTS tag_display_idx;
|
||||
DROP TABLE IF EXISTS tag;
|
||||
DROP TABLE IF EXISTS kind;
|
||||
DROP TABLE IF EXISTS media;
|
Loading…
Add table
Add a link
Reference in a new issue