refactor: remove unused data migration entries from the migration list

This commit is contained in:
Nawaz Dhandala
2026-03-16 11:47:49 +00:00
parent 6629cc9023
commit 41a8287975

View File

@@ -121,10 +121,7 @@ const DataMigrations: Array<DataMigrationBase> = [
new AddDefaultIncidentRolesToExistingProjects(),
new AddDefaultIconsToIncidentRoles(),
new UpdateObserverRoleToAllowMultipleUsers(),
new AddColumnsToExceptionInstance(),
new AddRetentionDateAndSkipIndexesToTelemetryTables(),
new AddOtelFieldsToLogTable(),
new AddSpanTableOptimizations()
new AddColumnsToExceptionInstance()
];
export default DataMigrations;