Support postgres migrations
Recently, we have have received some requests to add liquibase migration scripts for postgres:
In order to be able to test future additions, we should be able to test postgres migrations with the container. At the moment it expects only oracle migrations, which causes it to fail.
Required work:
- Be able to switch off all Oracle dependencies and install the Postgres ones.
Related: #113 (closed) and #130 (closed)