feat(migrations): Add posts & threads tables

This commit is contained in:
Vincent Ambo 2018-04-08 15:48:56 +02:00
parent 106ade6e41
commit 042eb88fd7
5 changed files with 57 additions and 0 deletions

View file

@ -0,0 +1,2 @@
DROP TABLE posts;
DROP TABLE threads;