Merge pull request #83 from fudanchii/migration

Migration system for sqlite
This commit is contained in:
Brad Rydzewski
2014-02-17 20:46:13 -08:00
12 changed files with 597 additions and 16 deletions

View File

@@ -44,6 +44,7 @@ test:
go test -v github.com/drone/drone/pkg/channel
go test -v github.com/drone/drone/pkg/database
go test -v github.com/drone/drone/pkg/database/encrypt
go test -v github.com/drone/drone/pkg/database/migrate
go test -v github.com/drone/drone/pkg/database/testing
go test -v github.com/drone/drone/pkg/mail
go test -v github.com/drone/drone/pkg/model