Open flyingmachine opened 10 years ago
It looks like the dest parameter is unused in transactions-with-schema: https://github.com/bitemyapp/brambling/blob/master/src/brambling/moves/ya/bits/migrate.clj#L141
dest
Going to need it later for differential/catch-up migrations. I could elide via a wrapper but I am hellaciously lazy.
Thanks for the heads up. :)
I'll close this as fixed when I get
It looks like the
dest
parameter is unused in transactions-with-schema: https://github.com/bitemyapp/brambling/blob/master/src/brambling/moves/ya/bits/migrate.clj#L141