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

@@ -71,6 +71,7 @@ import { AddMissingPrimaryKeyOnAnnotationTagMapping1728659839644 } from '../comm
import { UpdateProcessedDataValueColumnToText1729607673464 } from '../common/1729607673464-UpdateProcessedDataValueColumnToText';
import { CreateTestDefinitionTable1730386903556 } from '../common/1730386903556-CreateTestDefinitionTable';
import { AddDescriptionToTestDefinition1731404028106 } from '../common/1731404028106-AddDescriptionToTestDefinition';
import { CreateTestMetricTable1732271325258 } from '../common/1732271325258-CreateTestMetricTable';
export const postgresMigrations: Migration[] = [
InitialMigration1587669153312,
@@ -144,4 +145,5 @@ export const postgresMigrations: Migration[] = [
CreateTestDefinitionTable1730386903556,
AddDescriptionToTestDefinition1731404028106,
MigrateTestDefinitionKeyToString1731582748663,
CreateTestMetricTable1732271325258,
];