UNPKG

n8n

Version:

n8n Workflow Automation Tool

6 lines (5 loc) 341 B
import type { MigrationContext, ReversibleMigration } from '../../../databases/types'; export declare class CreateAnnotationTables1724753530828 implements ReversibleMigration { up({ schemaBuilder: { createTable, column } }: MigrationContext): Promise<void>; down({ schemaBuilder: { dropTable } }: MigrationContext): Promise<void>; }