mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
refactor(core): Mark all backend Enterprise Edition files and dirs (#12350)
This commit is contained in:
@@ -5,7 +5,7 @@ import Container from 'typedi';
|
||||
import config from '@/config';
|
||||
import { WorkflowHistoryRepository } from '@/databases/repositories/workflow-history.repository';
|
||||
import { License } from '@/license';
|
||||
import { WorkflowHistoryManager } from '@/workflows/workflow-history/workflow-history-manager.ee';
|
||||
import { WorkflowHistoryManager } from '@/workflows/workflow-history.ee/workflow-history-manager.ee';
|
||||
|
||||
import { createManyWorkflowHistoryItems } from './shared/db/workflow-history';
|
||||
import { createWorkflow } from './shared/db/workflows';
|
||||
|
||||
Reference in New Issue
Block a user