UNPKG

rucken

Version:

Console tools and scripts for nx and not only that I (EndyKaufman) use to automate the workflow and speed up the development process

14 lines (13 loc) 476 B
import { UtilsService } from '../utils/utils.service'; export declare class MigrateCommands { private readonly utilsService; private readonly migrateConfig; constructor(utilsService: UtilsService); migrate({ dryRun, databaseUrl, locations, historyTable, sqlMigrationSuffixes, }: { dryRun?: boolean; databaseUrl?: string; locations?: string; historyTable?: string; sqlMigrationSuffixes?: string; }): Promise<void>; }