pastebin/migrations/2019-02-20-235122_create_pastes/down.sql

5 lines
96 B
MySQL
Raw Normal View History

2019-03-02 16:35:05 +00:00
DROP TABLE paste_contents;
DROP TABLE paste_revisions;
DROP TABLE pastes;
DROP TABLE languages;