Skip to content

Commit 4036479

Browse files
sinanyumakfilipelautert
authored andcommitted
LIQU-1: updated readme file.
1 parent 769630f commit 4036479

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,6 @@
22

33
[![Build Status](https://github.com/liquibase/liquibase-mongodb/actions/workflows/build-nightly.yml/badge.svg)](https://github.com/liquibase/liquibase-mongodb/actions/workflows/build-nightly.yml)
44

5-
## Note
6-
> :flags: This repository has been modified to support Update Sql command for Mongo DB.
7-
8-
```bash
9-
liquibase update-sql --changelog-file=example-changelog.xml
10-
```
11-
125
## Table of contents
136

147
1. [Introduction](#introduction)
@@ -57,6 +50,12 @@ Provides a helper to run specified database commands. This is the preferred meth
5750
* [__adminCommand__](https://docs.mongodb.com/manual/reference/method/db.adminCommand/#db.adminCommand) -
5851
Provides a helper to run specified database commands against the admin database
5952

53+
You can use `update-sql` command at command line also. When you run the update-sql command, a changelog file that includes db.runCommand s will be created.
54+
55+
```bash
56+
liquibase update-sql --changelog-file=example-changelog.xml
57+
```
58+
6059
<a name="connection-string"></a>
6160
## Connection String Formats
6261

0 commit comments

Comments
 (0)