UNPKG

n8n

Version:

n8n Workflow Automation Tool

7 lines (6 loc) 412 B
import type { MigrationContext, ReversibleMigration } from '../../../databases/types'; export declare class AddApiKeysTable1724951148974 implements ReversibleMigration { transaction: false; up({ queryRunner, tablePrefix, runQuery }: MigrationContext): Promise<void>; down({ queryRunner, runQuery, tablePrefix, schemaBuilder: { dropTable, createIndex }, escape, }: MigrationContext): Promise<void>; }