UNPKG

n8n

Version:

n8n Workflow Automation Tool

5 lines (4 loc) 282 B
import type { IrreversibleMigration, MigrationContext } from '../../../databases/types'; export declare class RenameAnalyticsToInsights1741167584277 implements IrreversibleMigration { up({ schemaBuilder: { createTable, column, dropTable } }: MigrationContext): Promise<void>; }