yenu/resources/migrations/20170302232609-create-initial-structure.down.sql

14 lines
101 B
MySQL
Raw Normal View History

DROP TABLE images;
--;;
DROP TABLE tags;
--;;
DROP TABLE image_tags;
--;;
DROP TABLE comments;