UNPKG

n8n

Version:

n8n Workflow Automation Tool

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