Skip to content

Commit

Permalink
the exports.down fn gets (db, callback) as params
Browse files Browse the repository at this point in the history
apparently
  • Loading branch information
alxndr committed Jan 12, 2014
1 parent 79e96d0 commit 9140e2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ exports.up = function (db, callback) {
callback();
};

exports.down = function (callback) {
exports.down = function (db, callback) {
callback();
};
```
Expand Down

0 comments on commit 9140e2b

Please sign in to comment.