mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
refactor(core): Move interrelated entities to @n8n/db (#15050)
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import type { ProjectRole } from '@n8n/api-types';
|
||||
import type { CredentialSharingRole } from '@n8n/db';
|
||||
import type { WorkflowSharingRole } from '@n8n/db';
|
||||
import { Container } from '@n8n/di';
|
||||
import type { GlobalRole, Scope } from '@n8n/permissions';
|
||||
|
||||
import type { CredentialSharingRole } from '@/databases/entities/shared-credentials';
|
||||
import type { WorkflowSharingRole } from '@/databases/entities/shared-workflow';
|
||||
import { RoleService } from '@/services/role.service';
|
||||
|
||||
import { createMember } from './shared/db/users';
|
||||
|
||||
Reference in New Issue
Block a user