chore: Add test run entity (no-changelog) (#11832)

This commit is contained in:
Eugene
2024-11-27 14:33:28 +01:00
committed by GitHub
parent 2c34bf4ea6
commit 11f9212eda
9 changed files with 138 additions and 3 deletions

View File

@@ -72,6 +72,7 @@ import { UpdateProcessedDataValueColumnToText1729607673464 } from '../common/172
import { CreateTestDefinitionTable1730386903556 } from '../common/1730386903556-CreateTestDefinitionTable';
import { AddDescriptionToTestDefinition1731404028106 } from '../common/1731404028106-AddDescriptionToTestDefinition';
import { CreateTestMetricTable1732271325258 } from '../common/1732271325258-CreateTestMetricTable';
import { CreateTestRun1732549866705 } from '../common/1732549866705-CreateTestRunTable';
export const postgresMigrations: Migration[] = [
InitialMigration1587669153312,
@@ -146,4 +147,5 @@ export const postgresMigrations: Migration[] = [
AddDescriptionToTestDefinition1731404028106,
MigrateTestDefinitionKeyToString1731582748663,
CreateTestMetricTable1732271325258,
CreateTestRun1732549866705,
];