UNPKG

abstract-migrate

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