Fix reference to MS SQL Server support in README

This commit is contained in:
Dale Hui 2019-05-21 10:54:54 -07:00 committed by GitHub
parent 7b3cd164d7
commit 2327ddb52d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ Database drivers run migrations. [Add a new database?](database/driver.go)
* [CockroachDB](database/cockroachdb)
* [ClickHouse](database/clickhouse)
* [Firebird](database/firebird) ([todo #49](https://github.com/golang-migrate/migrate/issues/49))
* [Postgres](database/postgres)
* [MS SQL Server](database/mssql)
### Database URLs