n8n
Version:
n8n Workflow Automation Tool
6 lines (5 loc) • 376 B
TypeScript
import type { MigrationContext, ReversibleMigration } from '../../../databases/types';
export declare class UpdateWorkflowCredentials1630330987096 implements ReversibleMigration {
up({ dbType, escape, parseJson, runQuery, runInBatches }: MigrationContext): Promise<void>;
down({ dbType, escape, parseJson, runQuery, runInBatches }: MigrationContext): Promise<void>;
}