[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,
|
id: tmpNewLinksField.id,
|
||||||
workspaceId: tmpNewLinksField.workspaceId,
|
workspaceId: tmpNewLinksField.workspaceId,
|
||||||
name: `${fieldName}`,
|
name: `${fieldName}`,
|
||||||
|
isCustom: false,
|
||||||
});
|
});
|
||||||
|
|
||||||
this.logger.log(
|
this.logger.log(
|
||||||
|
|||||||
@ -54,6 +54,7 @@ export class SyncWorkspaceMetadataCommand extends CommandRunner {
|
|||||||
const errorsDuringSync: string[] = [];
|
const errorsDuringSync: string[] = [];
|
||||||
|
|
||||||
for (const workspaceId of workspaceIds) {
|
for (const workspaceId of workspaceIds) {
|
||||||
|
this.logger.log(`Running workspace sync for workspace: ${workspaceId}`);
|
||||||
try {
|
try {
|
||||||
const issues =
|
const issues =
|
||||||
await this.workspaceHealthService.healthCheck(workspaceId);
|
await this.workspaceHealthService.healthCheck(workspaceId);
|
||||||
|
|||||||
Reference in New Issue
Block a user