ilyakatz / data-migrate

Migrate and update data alongside your database structure.
MIT License
1.4k stars 192 forks source link

Reset model schema cache before each run #307

Closed wildmaples closed 4 months ago

wildmaples commented 4 months ago

We want to reset the model schema cache to ensure we're using the latest model schema for each data migration run.

Fixes: https://github.com/ilyakatz/data-migrate/issues/306 and https://github.com/ilyakatz/data-migrate/pull/251