Skip to content

Commit

Permalink
Merge pull request #1573 from wultra/issues/fix-postgres-liquibase-doc
Browse files Browse the repository at this point in the history
Fix How-To generate SQL from Liquibase for PostgreSQL
  • Loading branch information
banterCZ authored Jun 20, 2024
2 parents f6314b0 + bb0f658 commit 2823f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs-private/Developer-How-To-Start.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ liquibase --changeLogFile=./docs/db/changelog/changesets/powerauth-java-server/d
#### PostgreSQL

```shell
liquibase --changeLogFile=./docs/db/changelog/changesets/powerauth-java-server/db.changelog-module.xml --output-file=./docs/sql/postgresql/generated-postgresql-script.sql updateSQL --url=offline:postgres
liquibase --changeLogFile=./docs/db/changelog/changesets/powerauth-java-server/db.changelog-module.xml --output-file=./docs/sql/postgresql/generated-postgresql-script.sql updateSQL --url=offline:postgresql
```


Expand Down

0 comments on commit 2823f7f

Please sign in to comment.