lecaillon / Evolve

Database migration tool for .NET and .NET Core projects. Inspired by Flyway.
https://evolve-db.netlify.com
MIT License
849 stars 111 forks source link

parallel migration with schema level lock ids #323

Open gursharan001 opened 5 months ago

gursharan001 commented 5 months ago

thanks for the excellent product!

we separate our migrations by sql schema and from application point of view all schemas can be migrated in parallel.

what are you thoughts on adding an option to include list of schemas into the locking resource string.. ? this will enable parallel migrations safely for our scenario while still retaining cluster safety.

thanks again.