UNPKG

n8n

Version:

n8n Workflow Automation Tool

10 lines (9 loc) 488 B
import type { MigrationContext, ReversibleMigration } from '../../../databases/types'; export declare class MoveSshKeysToDatabase1711390882123 implements ReversibleMigration { private readonly settingsKey; private readonly privateKeyPath; private readonly publicKeyPath; private readonly cipher; up({ escape, runQuery, logger, migrationName }: MigrationContext): Promise<void>; down({ escape, runQuery, logger, migrationName }: MigrationContext): Promise<void>; }