UNPKG

n8n

Version:

n8n Workflow Automation Tool

5 lines (4 loc) 286 B
import type { BaseMigration, MigrationContext } from '../../../databases/types'; export declare class UpdateParentFolderIdColumn1740445074052 implements BaseMigration { up({ escape, queryRunner, schemaBuilder: { dropForeignKey }, tablePrefix, }: MigrationContext): Promise<void>; }