mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2026-07-28 15:48:49 +02:00
6 lines
205 B
TypeScript
6 lines
205 B
TypeScript
import { DropRoleMapping1705429061930 as BaseMigration } from '../common/1705429061930-DropRoleMapping';
|
|
|
|
export class DropRoleMapping1705429061930 extends BaseMigration {
|
|
transaction = false as const;
|
|
}
|