UNPKG

n8n

Version:

n8n Workflow Automation Tool

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