UNPKG

n8n

Version:

n8n Workflow Automation Tool

7 lines (6 loc) 344 B
import type { MigrationContext, ReversibleMigration } from '../../types'; export declare class UniqueWorkflowNames1620821879465 implements ReversibleMigration { protected indexSuffix: string; up({ isMysql, escape, runQuery }: MigrationContext): Promise<void>; down({ isMysql, escape, runQuery }: MigrationContext): Promise<void>; }