Remove "not null" validation on HouseholdComposition properties

This change removes the "not null" constraint on specific properties in the HouseholdComposition entity to allow null values. The adjustment addresses Issue #380 and ensures better flexibility without impacting the schema.
This commit is contained in:
2025-04-17 10:56:45 +02:00
parent 50c377ee22
commit 620515ad15
2 changed files with 7 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
kind: Fixed
body: |
Remove the "not null" validation constraint on recently added properties on HouseholdComposition
time: 2025-04-17T10:56:27.939628281+02:00
custom:
Issue: "380"
SchemaChange: No schema change