Make person phone number nullable

Removed the "not null" constraint from the person phone number field to allow for better flexibility in data storage, such as storing notes. This change rectifies issues in certain instances where the migration had incorrectly set the field to "not null". Adjustments include updating the database schema and modifying the entity definition to reflect this change.
This commit is contained in:
2024-12-05 15:16:46 +01:00
parent 4ebec02178
commit 1b65cac1df
4 changed files with 43 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
kind: Fixed
body: Remove the "not null" constraint on person supplementary phones
time: 2024-12-05T15:16:29.001240887+01:00
custom:
Issue: ""