From 9b7a4d936d277966c912334d534c3937eb9fcfa9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Tue, 27 Feb 2024 16:40:40 +0100 Subject: [PATCH] Set synchronized as not nullable --- Resources/config/doctrine/GoogleCalendar.orm.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/Resources/config/doctrine/GoogleCalendar.orm.yml b/Resources/config/doctrine/GoogleCalendar.orm.yml index 73ac000..d8d0fbc 100644 --- a/Resources/config/doctrine/GoogleCalendar.orm.yml +++ b/Resources/config/doctrine/GoogleCalendar.orm.yml @@ -27,7 +27,6 @@ Rapsys\AirBundle\Entity\GoogleCalendar: # length: 32 synchronized: type: datetime - nullable: true created: type: datetime updated: -- 2.41.0