UNPKG

n8n

Version:

n8n Workflow Automation Tool

5 lines (4 loc) 251 B
import type { IrreversibleMigration, MigrationContext } from '../../../databases/types'; export declare class RemoveFailedExecutionStatus1711018413374 implements IrreversibleMigration { up({ escape, runQuery }: MigrationContext): Promise<void>; }