UNPKG

n8n

Version:

n8n Workflow Automation Tool

5 lines (4 loc) 260 B
import type { MigrationContext, IrreversibleMigration } from '../../../databases/types'; export declare class UpdateRunningExecutionStatus1677236854063 implements IrreversibleMigration { up({ queryRunner, tablePrefix }: MigrationContext): Promise<void>; }