chore: Add new table for test metrics (no-changelog) (#11848)

This commit is contained in:
Eugene
2024-11-25 10:38:51 +01:00
committed by GitHub
parent a061dbca07
commit 459e6aa9bc
10 changed files with 79 additions and 3 deletions

View File

@@ -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,
};