percolatestudio / meteor-migrations

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

Migrating back to Version 0 does not work #17

Closed mccormjt closed 9 years ago

mccormjt commented 9 years ago

Everything seems to work fine for migrating to and from versions above 0. However when trying to migrate back down to 0 nothing seems to happen. Using command:

Migrations.migrateTo(0);

It just stays on the current version it was already at and I do not get any errors.

Thanks for your help

zol commented 9 years ago

Thanks for reporting this @mccormjt, I've confirmed the issue.

zol commented 9 years ago

Fixed and release version 0.7.3

mccormjt commented 9 years ago

np, thanks! :D