mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
feat(core): Store insights data at the end of executions (no-changelog) (#13905)
Co-authored-by: Danny Martini <danny@n8n.io> Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
This commit is contained in:
committed by
GitHub
parent
d80b49d6e5
commit
cb5a803f9e
@@ -33,6 +33,9 @@ import { WorkflowEntity } from './workflow-entity';
|
||||
import { WorkflowHistory } from './workflow-history';
|
||||
import { WorkflowStatistics } from './workflow-statistics';
|
||||
import { WorkflowTagMapping } from './workflow-tag-mapping';
|
||||
import { InsightsByPeriod } from '../../modules/insights/entities/insights-by-period';
|
||||
import { InsightsMetadata } from '../../modules/insights/entities/insights-metadata';
|
||||
import { InsightsRaw } from '../../modules/insights/entities/insights-raw';
|
||||
|
||||
export const entities = {
|
||||
AnnotationTagEntity,
|
||||
@@ -70,4 +73,7 @@ export const entities = {
|
||||
TestCaseExecution,
|
||||
Folder,
|
||||
FolderTagMapping,
|
||||
InsightsRaw,
|
||||
InsightsMetadata,
|
||||
InsightsByPeriod,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user