UNPKG

n8n

Version:

n8n Workflow Automation Tool

6 lines (5 loc) 352 B
import type { MigrationContext, ReversibleMigration } from '../../../databases/types'; export declare class RefactorExecutionIndices1723796243146 implements ReversibleMigration { up({ schemaBuilder, isPostgres, isSqlite, isMysql, runQuery, escape }: MigrationContext): Promise<void>; down({ schemaBuilder }: MigrationContext): Promise<void>; }