From e877644ed1da57e3fb15e0a2fdf32b046be2046d Mon Sep 17 00:00:00 2001 From: Alex Pliutau Date: Thu, 23 May 2019 03:29:44 +0200 Subject: [PATCH] Fix MongoDB docs: x-migrations-collection (#225) --- database/mongodb/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database/mongodb/README.md b/database/mongodb/README.md index c770e20..bfcce1b 100644 --- a/database/mongodb/README.md +++ b/database/mongodb/README.md @@ -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 |