Skip to content

Commit 51ceff4

Browse files
authored
Merge pull request #378 from snehaljha-sf/prerelease/develop-ga
Prerelease/develop ga
2 parents 353fd1a + f6f3b39 commit 51ceff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/omnistudio/migration/migrate.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ export default class Migrate extends OmniStudioBaseCommand {
437437
allVersions
438438
),
439439
new CardMigrationTool(namespace, conn, this.logger, messages, this.ux, allVersions),
440-
// new GlobalAutoNumberMigrationTool(namespace, conn, this.logger, messages, this.ux),
440+
new GlobalAutoNumberMigrationTool(namespace, conn, this.logger, messages, this.ux),
441441
];
442442
} else {
443443
// For single component migration, the order doesn't matter as much

0 commit comments

Comments
 (0)