UNPKG

n8n

Version:

n8n Workflow Automation Tool

6 lines (5 loc) 301 B
import type { MigrationContext, ReversibleMigration } from '../../../databases/types'; export declare class SeparateExecutionData1690000000010 implements ReversibleMigration { up(context: MigrationContext): Promise<void>; down({ queryRunner, tablePrefix }: MigrationContext): Promise<void>; }