gvwilson / web-tutorial

Web Programming for Data Scientists
https://gvwilson.github.io/web-tutorial/
Other
9 stars 0 forks source link

feat: add automatic check script execution after forward migrations #50

Closed juananpe closed 3 months ago

juananpe commented 3 months ago

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.

juananpe commented 3 months ago

some errant whitespace but otherwise I think this is good to be merged - thank you

Fixed!