UNPKG

n8n

Version:

n8n Workflow Automation Tool

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