We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1027f7b commit c8c13eaCopy full SHA for c8c13ea
liquibase/content.md
@@ -20,4 +20,4 @@ The only change to use this docker image, is to use `docker run ...` and mount t
20
$ docker run -v /home/user/changelog:/liquibase/changelog %%IMAGE%% --driver=org.postgresql.Driver --url="jdbc:postgresql://<DATABASE_IP>:<DATABASE_PORT>/<DATABASE>" --changeLogFile=/liquibase/changelog/changelog.xml --username=<USERNAME> --password=<PASSWORD>
21
```
22
23
-All Liquibase commands, such as `rollback`, `updateSQL`, and others, are available, as well.
+All Liquibase commands, such as `rollback`, `updateSQL`, and others, are available, as well.
0 commit comments