UNPKG

n8n

Version:

n8n Workflow Automation Tool

6 lines (5 loc) 316 B
import type { MigrationContext, ReversibleMigration } from '../../../databases/types'; export declare class CreateTagEntity1617268711084 implements ReversibleMigration { up({ queryRunner, tablePrefix }: MigrationContext): Promise<void>; down({ queryRunner, tablePrefix }: MigrationContext): Promise<void>; }