bitemyapp / brambling

Datomic schema and data migration library/toolkit
Eclipse Public License 1.0
70 stars 2 forks source link

dest parameter is unused #1

Open flyingmachine opened 10 years ago

flyingmachine commented 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

bitemyapp commented 10 years ago

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

  1. A PR
  2. The wherewithal to implement catch-up migrations.