n8n
Version:
n8n Workflow Automation Tool
6 lines (5 loc) • 310 B
TypeScript
import type { MigrationContext, ReversibleMigration } from '../../../databases/types';
export declare class AddErrorColumnsToTestRuns1737715421462 implements ReversibleMigration {
up({ escape, runQuery }: MigrationContext): Promise<void>;
down({ escape, runQuery }: MigrationContext): Promise<void>;
}