UNPKG

n8n

Version:

n8n Workflow Automation Tool

6 lines (5 loc) 298 B
import type { MigrationContext, ReversibleMigration } from '../../types'; export declare class AddWorkflowVersionIdColumn1669739707124 implements ReversibleMigration { up({ escape, runQuery }: MigrationContext): Promise<void>; down({ escape, runQuery }: MigrationContext): Promise<void>; }