@motet-a/migrate
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -67,2 +67,3 @@ 'use strict'; | ||
// Do migrations until lastMigrationName (included). | ||
async up(lastMigrationName) { | ||
@@ -72,2 +73,3 @@ await this._migrate('up', lastMigrationName); | ||
// Undo migrations until lastMigrationName (included). | ||
async down(lastMigrationName) { | ||
@@ -74,0 +76,0 @@ await this._migrate('down', lastMigrationName); |
{ | ||
"name": "@motet-a/migrate", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "The abstractest database migration toolkit", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
6558
116