From 7ff5d9dba6c6dde56d39657ecae34caf7f992cf3 Mon Sep 17 00:00:00 2001 From: Nawaz Dhandala Date: Mon, 16 Mar 2026 15:48:55 +0000 Subject: [PATCH] feat: remove unused migration imports from Index.ts --- Worker/DataMigrations/Index.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Worker/DataMigrations/Index.ts b/Worker/DataMigrations/Index.ts index 037c3310cf..fd6c84e065 100644 --- a/Worker/DataMigrations/Index.ts +++ b/Worker/DataMigrations/Index.ts @@ -57,10 +57,6 @@ import AddDefaultIncidentRolesToExistingProjects from "./AddDefaultIncidentRoles import AddDefaultIconsToIncidentRoles from "./AddDefaultIconsToIncidentRoles"; import UpdateObserverRoleToAllowMultipleUsers from "./UpdateObserverRoleToAllowMultipleUsers"; import AddColumnsToExceptionInstance from "./AddColumnsToExceptionInstance"; -import AddRetentionDateAndSkipIndexesToTelemetryTables from "./AddRetentionDateAndSkipIndexesToTelemetryTables"; -import AddOtelFieldsToLogTable from "./AddOtelFieldsToLogTable"; -import AddSpanTableOptimizations from "./AddSpanTableOptimizations"; -import ChangeLogTimeColumnToDateTime64 from "./ChangeLogTimeColumnToDateTime64"; // This is the order in which the migrations will be run. Add new migrations to the end of the array.