Run deduplicateIndexedFieldsCommand before sync metadata (#12550)

please merge
This commit is contained in:
Guillim
2025-06-11 18:25:46 +02:00
committed by GitHub
parent 27d0a3766f
commit 3d3543e441

View File

@ -161,8 +161,8 @@ export class UpgradeCommand extends UpgradeCommandRunner {
}; };
const commands_055: VersionCommands = { const commands_055: VersionCommands = {
beforeSyncMetadata: [], beforeSyncMetadata: [this.deduplicateIndexedFieldsCommand],
afterSyncMetadata: [this.deduplicateIndexedFieldsCommand], afterSyncMetadata: [],
}; };
this.allCommands = { this.allCommands = {