mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
refactor(core): Move third batch of repositories to @n8n/db (#15166)
This commit is contained in:
@@ -3,6 +3,7 @@ import type { Project } from '@n8n/db';
|
||||
import type { TagEntity } from '@n8n/db';
|
||||
import type { User } from '@n8n/db';
|
||||
import { ProjectRepository } from '@n8n/db';
|
||||
import { WorkflowHistoryRepository } from '@n8n/db';
|
||||
import { Container } from '@n8n/di';
|
||||
import { InstanceSettings } from 'n8n-core';
|
||||
import type { INode } from 'n8n-workflow';
|
||||
@@ -10,7 +11,6 @@ import type { INode } from 'n8n-workflow';
|
||||
import { ActiveWorkflowManager } from '@/active-workflow-manager';
|
||||
import { STARTING_NODES } from '@/constants';
|
||||
import { SharedWorkflowRepository } from '@/databases/repositories/shared-workflow.repository';
|
||||
import { WorkflowHistoryRepository } from '@/databases/repositories/workflow-history.repository';
|
||||
import { ExecutionService } from '@/executions/execution.service';
|
||||
import { ProjectService } from '@/services/project.service.ee';
|
||||
import { Telemetry } from '@/telemetry';
|
||||
|
||||
Reference in New Issue
Block a user