I've added automatic execution of check scripts after forward migrations. To ensure data integrity, should we also consider running these checks after backward migrations? This could help catch any potential issues that might arise during the rollback process.
I've added automatic execution of check scripts after forward migrations. To ensure data integrity, should we also consider running these checks after backward migrations? This could help catch any potential issues that might arise during the rollback process.