I tried adding a new migration to make a small change to one data file. Didn't like how it worked. Here's some changes that should make it work better!
Key changes:
Add a step where we validate that the migration map function does actually output data that matches the defined schema for the page.
Instead of using numbered versions, we use datetimes (like real migration scripts do). I think this would make it much harder to accidentally have two people make migrations on the same file, but have only one get applied.
I tried adding a new migration to make a small change to one data file. Didn't like how it worked. Here's some changes that should make it work better!
Key changes: