From 825dfeb4007997481dc6ca53e9df9ec739ecef95 Mon Sep 17 00:00:00 2001 From: Marie <51697796+ijreilly@users.noreply.github.com> Date: Tue, 24 Sep 2024 17:20:15 +0200 Subject: [PATCH] =?UTF-8?q?[fix][Phone=20field=20migration]=C2=A0Use=20"Ph?= =?UTF-8?q?ones"=20in=20new=20field=20label=20(#7239)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../0-32/0-32-migrate-phone-fields-to-phones.command.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/twenty-server/src/database/commands/upgrade-version/0-32/0-32-migrate-phone-fields-to-phones.command.ts b/packages/twenty-server/src/database/commands/upgrade-version/0-32/0-32-migrate-phone-fields-to-phones.command.ts index d5c100333..dc7f56e20 100644 --- a/packages/twenty-server/src/database/commands/upgrade-version/0-32/0-32-migrate-phone-fields-to-phones.command.ts +++ b/packages/twenty-server/src/database/commands/upgrade-version/0-32/0-32-migrate-phone-fields-to-phones.command.ts @@ -163,6 +163,7 @@ export class MigratePhoneFieldsToPhonesCommand extends ActiveWorkspacesCommandRu standardPersonPhonesFieldType = await this.fieldMetadataService.createOne({ ...deprecatedPhoneFieldWithoutId, + label: 'Phones', type: FieldMetadataType.PHONES, defaultValue: null, name: 'phones',