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