Run deduplicateIndexedFieldsCommand before sync metadata (#12550)
please merge
This commit is contained in:
@ -161,8 +161,8 @@ export class UpgradeCommand extends UpgradeCommandRunner {
|
||||
};
|
||||
|
||||
const commands_055: VersionCommands = {
|
||||
beforeSyncMetadata: [],
|
||||
afterSyncMetadata: [this.deduplicateIndexedFieldsCommand],
|
||||
beforeSyncMetadata: [this.deduplicateIndexedFieldsCommand],
|
||||
afterSyncMetadata: [],
|
||||
};
|
||||
|
||||
this.allCommands = {
|
||||
|
||||
Reference in New Issue
Block a user