mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
refactor: remove unused data migration entries from the migration list
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user