Fix MongoDB docs: x-migrations-collection (#225)

This commit is contained in:
Alex Pliutau 2019-05-23 03:29:44 +02:00 committed by Dale Hui
parent 5ed8a441d4
commit e877644ed1
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
| URL Query | WithInstance Config | Description |
|------------|---------------------|-------------|
| `x-migrations-table` | `MigrationsTable` | Name of the migrations table |
| `x-migrations-collection` | `MigrationsCollection` | Name of the migrations collection |
| `x-transaction-mode` | `TransactionMode` | If set to `true` wrap commands in [transaction](https://docs.mongodb.com/manual/core/transactions). Available only for replica set. Driver is using [strconv.ParseBool](https://golang.org/pkg/strconv/#ParseBool) for parsing|
| `dbname` | `DatabaseName` | The name of the database to connect to |
| `user` | | The user to sign in as. Can be omitted |