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 = {
|
const commands_055: VersionCommands = {
|
||||||
beforeSyncMetadata: [],
|
beforeSyncMetadata: [this.deduplicateIndexedFieldsCommand],
|
||||||
afterSyncMetadata: [this.deduplicateIndexedFieldsCommand],
|
afterSyncMetadata: [],
|
||||||
};
|
};
|
||||||
|
|
||||||
this.allCommands = {
|
this.allCommands = {
|
||||||
|
|||||||
Reference in New Issue
Block a user