From 82b8db9e99e48ef3e87d8dd5a2675063e03bf7aa Mon Sep 17 00:00:00 2001 From: Florent Morselli Date: Fri, 12 Jul 2024 15:33:43 +0200 Subject: [PATCH] Update field type in doctrine mapping The field type for 'transports' and 'otherUI' in PublicKeyCredentialSource.orm.xml file has been updated. They were initially set to 'array', but have now been changed to 'json' to better align with the data structure requirements of these fields. --- .../config/doctrine-mapping/PublicKeyCredentialSource.orm.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/symfony/src/Resources/config/doctrine-mapping/PublicKeyCredentialSource.orm.xml b/src/symfony/src/Resources/config/doctrine-mapping/PublicKeyCredentialSource.orm.xml index 316b8533..90cb8e58 100644 --- a/src/symfony/src/Resources/config/doctrine-mapping/PublicKeyCredentialSource.orm.xml +++ b/src/symfony/src/Resources/config/doctrine-mapping/PublicKeyCredentialSource.orm.xml @@ -7,14 +7,14 @@ - + - +