open-bounty/resources/migrations/20160820210822-init.down.sql

5 lines
88 B
MySQL
Raw Normal View History

2016-08-21 00:36:30 +03:00
DROP TABLE users;
DROP TABLE repositories;
DROP TABLE issues;
2016-08-28 23:16:45 +03:00
DROP TABLE pull_requests;