This website requires JavaScript.
Explore
Help
Sign In
status-im
/
open-bounty
mirror of
https://github.com/status-im/open-bounty.git
Watch
2
Star
0
Fork
You've already forked open-bounty
0
Code
Issues
Projects
Releases
Wiki
Activity
bd21de36e9
open-bounty
/
resources
/
migrations
/
20160820210822-init.down.sql
5 lines
88 B
MySQL
Raw
Normal View
History
Unescape
Escape
Initial database structure
2016-08-20 21:36:30 +00:00
DROP
TABLE
users
;
DROP
TABLE
repositories
;
Handle issue labeling via github webhooks
2016-08-26 01:10:05 +00:00
DROP
TABLE
issues
;
Issue and PR webhooks
2016-08-28 20:16:45 +00:00
DROP
TABLE
pull_requests
;