jdavisclark / mite

schema migrations so easy you already know how to write them. guaranteed.
http://jdc0589.github.io/mite
11 stars 6 forks source link

submodule order of execution / dependencies #51

Closed jdavisclark closed 10 years ago

jdavisclark commented 10 years ago

submodules need a way to control order of migration execution, otherwise the user has to do it manually, making mite up --all worthless.

Arbitrary order or priority fields with magic values would suck, so we need dependency tracking.

e.g. .mite

{
    "dependencies": ["foo", "bar"]
}
jdavisclark commented 10 years ago

resolved by 5b2d9ab3dabd6ffac635b6ec038a3d418786edb1