UNPKG

n8n

Version:

n8n Workflow Automation Tool

6 lines (5 loc) 261 B
import type { MigrationContext, IrreversibleMigration } from '../../../databases/types'; export declare class MigrateIntegerKeysToString1690000000002 implements IrreversibleMigration { transaction: false; up(context: MigrationContext): Promise<void>; }