mirror of https://github.com/status-im/migrate.git
Removed '(always included)'
This commit is contained in:
parent
5b98c13eff
commit
4ac3ee9d75
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue