This repository has been archived on 2021-09-01. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
goddit/migrations/1_create_tables.down.sql

3 lines
No EOL
58 B
SQL

DROP TABLE comments;
DROP TABLE posts;
DROP TABLE threads;