Skip to content

Commit

Permalink
Add liquibase readme documetation
Browse files Browse the repository at this point in the history
  • Loading branch information
airelawaleria committed May 27, 2024
1 parent 6298611 commit cc3040c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ For local development start a database container by executing the following comm
docker compose up db -d
```

### Liquibase

Project employs liquibase technology for database migrations. Upon a database schema change, follow the steps:
1. Create a new changeset by adding a new script in the [changelog folder](/src/main/resources/db/changelog/changes)
2. Include the new changeset script into the [master changelog file](/src/main/resources/db/changelog/db.changelog-master.xml)

## Postfix

Notice: local development currently does not support mailing functionality, i.e. mail send attempts will fail. However, in spite of the errors the initial requests are executed normally and completely, thus, not limiting local development of other features.
Expand Down

0 comments on commit cc3040c

Please sign in to comment.