percolatestudio / meteor-migrations

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

In the README, what is Migrations.start()? #45

Closed deenfoxx closed 3 years ago

deenfoxx commented 8 years ago

The README regarding logging indicates...

Migrations.add({ name: 'Test Job', ... }); Migrations.start();

yet the method start() does not exist and add must contain an "up" function. With some logical deduction, I assume those two lines are intended to create errors that will log to the console... nope, just crashes my app instead. Hmm.

Consider editing the README to clarify this.