mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
chore: Add new table for test metrics (no-changelog) (#11848)
This commit is contained in:
@@ -21,6 +21,7 @@ import { SharedCredentials } from './shared-credentials';
|
||||
import { SharedWorkflow } from './shared-workflow';
|
||||
import { TagEntity } from './tag-entity';
|
||||
import { TestDefinition } from './test-definition.ee';
|
||||
import { TestMetric } from './test-metric.ee';
|
||||
import { User } from './user';
|
||||
import { Variables } from './variables';
|
||||
import { WebhookEntity } from './webhook-entity';
|
||||
@@ -60,4 +61,5 @@ export const entities = {
|
||||
ApiKey,
|
||||
ProcessedData,
|
||||
TestDefinition,
|
||||
TestMetric,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user