Fix UpdateTaskOnDeleteActionCommand order and simplify (#17527)
Already introduced in 1.16.5 for self host
This commit is contained in:
+1
-1
@@ -151,7 +151,6 @@ export class UpgradeCommand extends UpgradeCommandRunner {
|
||||
];
|
||||
|
||||
const commands_1160: VersionCommands = [
|
||||
this.updateTaskOnDeleteActionCommand,
|
||||
this.identifyAgentMetadataCommand,
|
||||
this.identifyFieldMetadataCommand,
|
||||
this.identifyObjectMetadataCommand,
|
||||
@@ -185,6 +184,7 @@ export class UpgradeCommand extends UpgradeCommandRunner {
|
||||
this
|
||||
.makeRemainingEntitiesUniversalIdentifierAndApplicationIdNotNullableMigrationCommand,
|
||||
this.flushV2CacheAndIncrementMetadataVersionCommand,
|
||||
this.updateTaskOnDeleteActionCommand,
|
||||
];
|
||||
|
||||
const commands_1170: VersionCommands = [
|
||||
|
||||
Reference in New Issue
Block a user