Skip to content

Commit

Permalink
Merge branch 'master' of github.com:percolatestudio/meteor-migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoltan Olah committed Feb 23, 2015
2 parents 131ed56 + 6cb5ebf commit 4acbea2
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# percolate:migrations (Meteor package)
# percolate:migrations

A simple migration system for [Meteor](http://meteor.com) supporting up/downwards migrations and command line usage.

Expand All @@ -7,7 +7,7 @@ A simple migration system for [Meteor](http://meteor.com) supporting up/downward
Meteor Migrations can be installed through Meteor's package manager. Type:

``` sh
$ meteor add percolatestudio:percolatestudio-migrations
$ meteor add percolate:migrations
```

## API
Expand Down Expand Up @@ -77,6 +77,12 @@ Migrations.migrateTo('3,rerun');
**NOTE**: You cannot create your own migration at version 0. This version is reserved by migrations for a 'vanilla' system, that is, one without any migrations applied.
To see what version the database is at, call:
``` javascript
Migrations.getVersion();
```
### Command line use
*** DEPRECATED ***
Expand Down

0 comments on commit 4acbea2

Please sign in to comment.