scaphold-io / scaphold-issues

Post issues that you find on Scaphold here. Post anything about the platform, docs, boilerplates, etc... Happy Scapholding!
3 stars 0 forks source link

More fine-grained `migrateSchema` #22

Open martinheidegger opened 7 years ago

martinheidegger commented 7 years ago

The current migrateSchema operation requires the whole Schema for operation. It would be awesome to be able to modify only parts of the schema at a time. It might be even interesting to have limited parallel execution support (changing several fields in parallel).

mikeparisstuff commented 7 years ago

Agreed. I will work on simplifying & expanding the migration flow.