backported 0.5 database restructure to 0.4.1

This commit is contained in:
Brad Rydzewski
2016-03-25 12:54:16 -07:00
parent 1d17c276fd
commit 688b29b639
34 changed files with 484 additions and 660 deletions

View File

@@ -31,7 +31,7 @@ gen_template:
go generate github.com/drone/drone/template
gen_migrations:
go generate github.com/drone/drone/store/migration
go generate github.com/drone/drone/store/datastore/ddl
build:
go build