Remove TODO for MongoDB database driver

This commit is contained in:
Dale Hui 2019-01-08 05:01:48 -08:00
parent b1a199a272
commit fd47ba9a9a
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ Database drivers run migrations. [Add a new database?](database/driver.go)
* [SQLite](database/sqlite3) ([todo #165](https://github.com/mattes/migrate/issues/165))
* [MySQL/ MariaDB](database/mysql)
* [Neo4j](database/neo4j) ([todo #167](https://github.com/mattes/migrate/issues/167))
* [MongoDB](database/mongodb) ([todo #169](https://github.com/mattes/migrate/issues/169))
* [MongoDB](database/mongodb)
* [CrateDB](database/crate) ([todo #170](https://github.com/mattes/migrate/issues/170))
* [Shell](database/shell) ([todo #171](https://github.com/mattes/migrate/issues/171))
* [Google Cloud Spanner](database/spanner)