Skip to content
This repository was archived by the owner on Jun 28, 2018. It is now read-only.

Commit 1b48b97

Browse files
authored
Update README.md
1 parent d1e665b commit 1b48b97

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ Database drivers run migrations. [Add a new database?](database/driver.go)
2323

2424
* [PostgreSQL](database/postgres)
2525
* [Redshift](database/redshift)
26+
* [Ql](database/ql)
2627
* [Cassandra](database/cassandra) ([todo #164](https://github.com/mattes/migrate/issues/164))
2728
* [SQLite](database/sqlite) ([todo #165](https://github.com/mattes/migrate/issues/165))
2829
* [MySQL/ MariaDB](database/mysql)
2930
* [Neo4j](database/neo4j) ([todo #167](https://github.com/mattes/migrate/issues/167))
30-
* [Ql](database/ql) ([todo #168](https://github.com/mattes/migrate/issues/168))
3131
* [MongoDB](database/mongodb) ([todo #169](https://github.com/mattes/migrate/issues/169))
3232
* [CrateDB](database/crate) ([todo #170](https://github.com/mattes/migrate/issues/170))
3333
* [Shell](database/shell) ([todo #171](https://github.com/mattes/migrate/issues/171))
@@ -42,8 +42,8 @@ Source drivers read migrations from local or remote sources. [Add a new source?]
4242
* [Filesystem](source/file) - read from fileystem (always included)
4343
* [Go-Bindata](source/go-bindata) - read from embedded binary data ([jteeuwen/go-bindata](https://github.com/jteeuwen/go-bindata))
4444
* [Github](source/github) - read from remote Github repositories
45-
* [AWS S3](source/aws-s3) - read from Amazon Web Services S3 ([todo #162](https://github.com/mattes/migrate/issues/162))
46-
* [Google Cloud Storage](source/google-cloud-storage) - read from Google Cloud Platform Storage ([todo #163](https://github.com/mattes/migrate/issues/163))
45+
* [AWS S3](source/aws-s3) - read from Amazon Web Services S3
46+
* [Google Cloud Storage](source/google-cloud-storage) - read from Google Cloud Platform Storage
4747

4848

4949

0 commit comments

Comments
 (0)