percolatestudio / meteor-migrations

Simple migration system for Meteor
https://atmospherejs.com/percolate/migrations
MIT License
245 stars 58 forks source link

Package specific data versions #41

Closed tedgoldstein closed 9 years ago

tedgoldstein commented 9 years ago

Is there a way to use the Migration package to support multiple package-specific data versions?

For example, package-A introduces its own collections, which is versioned. package-B has its own collections. The app as a whole has its collections. Therefore there are three separate independent version series.

Perhaps this is a feature request. Thanks Ted

zol commented 9 years ago

Hey Ted, No there isn't a feature to do this. I'm afraid it's also probably out of the scope of this package.