Merge pull request #301 from shaneodonnell/master

Issue 247: Removed '(always included)'
This commit is contained in:
Matthias Kadenbach 2017-10-24 11:00:00 -07:00 committed by GitHub
commit 69472d5f5c
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ Database drivers run migrations. [Add a new database?](database/driver.go)
Source drivers read migrations from local or remote sources. [Add a new source?](source/driver.go)
* [Filesystem](source/file) - read from fileystem (always included)
* [Filesystem](source/file) - read from fileystem
* [Go-Bindata](source/go-bindata) - read from embedded binary data ([jteeuwen/go-bindata](https://github.com/jteeuwen/go-bindata))
* [Github](source/github) - read from remote Github repositories
* [AWS S3](source/aws-s3) - read from Amazon Web Services S3