UNPKG

n8n

Version:

n8n Workflow Automation Tool

5 lines (4 loc) 252 B
import type { IrreversibleMigration, MigrationContext } from '../../../databases/types'; export declare class RemoveSkipOwnerSetup1681134145997 implements IrreversibleMigration { up({ queryRunner, tablePrefix }: MigrationContext): Promise<void>; }