UNPKG

abstract-migrate

Version:
6 lines (4 loc) 177 B
import { framework, DIRECTION_ROLLBACK } from '../util/migrations'; export default function rollbackCommand(options) { return framework(DIRECTION_ROLLBACK, null, options); }