rdagumampan / yuniql

Free and open source schema versioning and database migration made natively with .NET/6. NEW THIS MAY 2022! v1.3.15 released!
https://yuniql.io
Apache License 2.0
417 stars 63 forks source link

Process v Folders that are out of sequence #309

Open sselvia opened 11 months ago

sselvia commented 11 months ago

Does yuniql handle processing version folders that are out of sequence?

coredat-abru commented 10 months ago

Depends on what you mean by out of sequence.

It applies migrations strictly in order. I'm pretty sure it will fail if you attempt to insert a migration before an already run migration.