Skip to content

Commit

Permalink
[fix] Migrated links field should be standard (#6387)
Browse files Browse the repository at this point in the history
Fixing script + ading logs to sync-metadata
  • Loading branch information
ijreilly authored Jul 24, 2024
1 parent 001e698 commit 082d55b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ export class MigrateLinkFieldsToLinksCommand extends CommandRunner {
id: tmpNewLinksField.id,
workspaceId: tmpNewLinksField.workspaceId,
name: `${fieldName}`,
isCustom: false,
});

this.logger.log(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ export class SyncWorkspaceMetadataCommand extends CommandRunner {
const errorsDuringSync: string[] = [];

for (const workspaceId of workspaceIds) {
this.logger.log(`Running workspace sync for workspace: ${workspaceId}`);
try {
const issues =
await this.workspaceHealthService.healthCheck(workspaceId);
Expand Down

0 comments on commit 082d55b

Please sign in to comment.