We are having a multitenant architecture whereby single database is shared by multiple tenant
We want to do data migration (Insert,update,delete) operation for each tenant in the same database. Each tenant is partitioned using a discriminatior column. How to run this migration in liquibase?
I saw uploaddata concept in liquibase and also spring batch.