remove Date constraint on marital status date

This commit is contained in:
Julien Fastré 2024-11-13 12:20:10 +01:00
parent 261d47a8a4
commit 937caa878e
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB

View File

@ -303,7 +303,6 @@ class Person implements HasCenterInterface, TrackCreationInterface, TrackUpdateI
/**
* The date of the last marital status change of the person.
*/
#[Assert\Date]
#[ORM\Column(type: \Doctrine\DBAL\Types\Types::DATE_MUTABLE, nullable: true)]
private ?\DateTime $maritalStatusDate = null;