percolatestudio/meteor-migrations

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

Closed this issue · 0 comments

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.