Update migration script to transform data to not rely on status attribute
Migration script deletes lines of uuid without latest. Reason is that such entries have never been active and while removing them will delete some part of history, the benefit is unambiguous content is database. Alternative is deleted entries with statuses pending, cancelled, rejected which may be ambiguous. Update verification of data migration accordingly. Note that commit is sixth step in removing status as query parameter.
Showing
- docker-compose-integrationtest.yml 1 addition, 1 deletiondocker-compose-integrationtest.yml
- src/main/resources/db/migration/V5.1__Data_transformation_status_deleted.sql 0 additions, 0 deletions...db/migration/V5.1__Data_transformation_status_deleted.sql
- src/main/resources/db/migration/V5.2__Data_transformation_status_deleted.sql 63 additions, 0 deletions...db/migration/V5.2__Data_transformation_status_deleted.sql
Loading
Please register or sign in to comment