ioc-migrate
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -94,2 +94,6 @@ 'use strict' | ||
if (!up) { | ||
memo.migrationsToRun = memo.migrationsToRun.sort(function (a,b) { return b.version - a.version }) // reverse sort them if we're going down | ||
} | ||
next(null, memo) | ||
@@ -96,0 +100,0 @@ } |
{ | ||
"name": "ioc-migrate", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "An unopinionated Node.js DB migration flow that works for any DB that works for your app.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
16882
253