Adam Saghy created FINERACT-2581:
------------------------------------
Summary: Add new CI job to catch breaking database changes early
Key: FINERACT-2581
URL: https://issues.apache.org/jira/browse/FINERACT-2581
Project: Apache Fineract
Issue Type: New Feature
Reporter: Adam Saghy
Assignee: Adam Saghy
We should add a new CI job which intended to catch early "breaking" database
changes:
* Rename column
* Rename table
* Drop column
* Drop table
* Change data type of column
* Add mandatory field
* etc.
The job should investigate whether the liquibase changes can be applied in
rolling deployment and whether they are not "breaking" database changes, or not
triggering full table updates.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)