UNPKG

n8n

Version:

n8n Workflow Automation Tool

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