UNPKG

n8n

Version:

n8n Workflow Automation Tool

5 lines (4 loc) 269 B
import type { IrreversibleMigration, MigrationContext } from '../../../databases/types'; export declare class MakeExecutionStatusNonNullable1714133768521 implements IrreversibleMigration { up({ escape, runQuery, schemaBuilder }: MigrationContext): Promise<void>; }