n8n
Version:
n8n Workflow Automation Tool
8 lines (7 loc) • 322 B
TypeScript
import type { MigrationContext, ReversibleMigration } from '../../../databases/types';
export declare class DropRoleMapping1705429061930 implements ReversibleMigration {
up(context: MigrationContext): Promise<void>;
down(context: MigrationContext): Promise<void>;
private migrateUp;
private migrateDown;
}