UNPKG

n8n

Version:

n8n Workflow Automation Tool

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