Skip to content

Commit

Permalink
Clarify: no incompatible changes when generating liquibase files (#932)
Browse files Browse the repository at this point in the history
* Clarify: no incompatible changes when generating liquibase files

* Update guides/databases-postgres.md

Co-authored-by: René Jeglinsky <[email protected]>

---------

Co-authored-by: René Jeglinsky <[email protected]>
  • Loading branch information
stewsk and renejeglinsky authored May 22, 2024
1 parent 67814ea commit f4519e3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions guides/databases-postgres.md
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,13 @@ If you now start the application, Liquibase executes all change sets, which have

For further schema versions, repeat step ②.

::: info Only compatible changes

A delta DDL script is only produced for changes without potential data loss.
If the changes in the model could lead to data loss, an error is raised.

:::

## Migration { .impl .node }

Thanks to CAP's database-agnostic cds.ql API, we're confident that the new PostgreSQL service comes without breaking changes. Nevertheless, please check the instructions in the [SQLite Migration guide](databases-sqlite#migration), with by and large applies also to the new PostgreSQL service.
Expand Down

0 comments on commit f4519e3

Please sign in to comment.