mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
feat: Add workflow history repository files (no-changelog) (#7071)
This commit is contained in:
@@ -19,6 +19,7 @@ import { WorkflowTagMapping } from './WorkflowTagMapping';
|
||||
import { WorkflowStatistics } from './WorkflowStatistics';
|
||||
import { ExecutionMetadata } from './ExecutionMetadata';
|
||||
import { ExecutionData } from './ExecutionData';
|
||||
import { WorkflowHistory } from './WorkflowHistory';
|
||||
|
||||
export const entities = {
|
||||
AuthIdentity,
|
||||
@@ -41,4 +42,5 @@ export const entities = {
|
||||
WorkflowStatistics,
|
||||
ExecutionMetadata,
|
||||
ExecutionData,
|
||||
WorkflowHistory,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user