Commit Graph

3 Commits

Author SHA1 Message Date
1b65cac1df 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.
2024-12-05 15:30:25 +01:00
b01c9b86db php cs fixer 2024-11-29 12:06:42 +01:00
877c33e4ce Clean migration for person bundle 2024-11-29 12:06:37 +01:00