Skip to content

Commit c8c13ea

Browse files
authored
Update content.md
1 parent 1027f7b commit c8c13ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

liquibase/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ The only change to use this docker image, is to use `docker run ...` and mount t
2020
$ 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>
2121
```
2222

23-
All Liquibase commands, such as `rollback`, `updateSQL`, and others, are available, as well.
23+
All Liquibase commands, such as `rollback`, `updateSQL`, and others, are available, as well.

0 commit comments

Comments
 (0)