UNPKG

abstract-migrate

Version:
12 lines (9 loc) 279 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = downCommand; var _migrations = require('../util/migrations'); function downCommand(name, options) { return (0, _migrations.framework)(_migrations.DIRECTION_UP, name, options); }