UNPKG

n8n

Version:

n8n Workflow Automation Tool

5 lines (4 loc) 258 B
import type { MigrationContext, IrreversibleMigration } from '../../types'; export declare class CertifyCorrectCollation1623936588000 implements IrreversibleMigration { up({ queryRunner, tablePrefix, dbType, dbName }: MigrationContext): Promise<void>; }