Fix UpdateTaskOnDeleteActionCommand order and simplify (#17527)

Already introduced in 1.16.5 for self host
This commit is contained in:
Paul Rastoin
2026-01-29 11:55:04 +01:00
committed by GitHub
parent 245111dea9
commit 97a37604bd
2 changed files with 38 additions and 12 deletions
@@ -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 = [