BudSystemLimited / Cake.DocumentDb

MIT License
1 stars 0 forks source link

Run migrations, hydrations & deletions in order #7

Closed Nathan-Bud closed 7 years ago

Nathan-Bud commented 7 years ago

Ensure that Migrations, Hydrations & Deletions are run in order using the value in the migration attribute.

Deletions are valid without a migration attribute so for deletions we order by the attribute value first (and will run these in order) and then we run the run always deletions but cannot guarantee what order they will be run in as we have no specific field to order them by