Skip to content

Commit

Permalink
Fix MongoDB docs: x-migrations-collection (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
plutov authored and dhui committed May 23, 2019
1 parent 5ed8a44 commit e877644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/mongodb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit e877644

Please sign in to comment.