pastebin/migrations/2019-02-20-235122_create_pastes/down.sql
2019-03-02 17:35:05 +01:00

5 lines
96 B
SQL

DROP TABLE paste_contents;
DROP TABLE paste_revisions;
DROP TABLE pastes;
DROP TABLE languages;