[fix] Migrated links field should be standard (#6387)
Fixing script + ading logs to sync-metadata
This commit is contained in:
@ -225,6 +225,7 @@ export class MigrateLinkFieldsToLinksCommand extends CommandRunner {
|
||||
id: tmpNewLinksField.id,
|
||||
workspaceId: tmpNewLinksField.workspaceId,
|
||||
name: `${fieldName}`,
|
||||
isCustom: false,
|
||||
});
|
||||
|
||||
this.logger.log(
|
||||
|
||||
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user