UNPKG

n8n

Version:

n8n Workflow Automation Tool

5 lines (4 loc) 242 B
import type { IrreversibleMigration, MigrationContext } from '../../types'; export declare class RemoveNodesAccess1712044305787 implements IrreversibleMigration { up({ schemaBuilder: { dropColumns } }: MigrationContext): Promise<void>; }