UNPKG

n8n

Version:

n8n Workflow Automation Tool

6 lines (5 loc) 411 B
import type { MigrationContext, ReversibleMigration } from '../../../databases/types'; export declare class UpdateProcessedDataValueColumnToText1729607673464 implements ReversibleMigration { up({ schemaBuilder: { addNotNull }, isMysql, runQuery, tablePrefix }: MigrationContext): Promise<void>; down({ schemaBuilder: { addNotNull }, isMysql, runQuery, tablePrefix }: MigrationContext): Promise<void>; }