From 734ca34cc443fc9f9532672ff1e9a3a12ba8832e Mon Sep 17 00:00:00 2001
From: Michael Edlich <m.edlich@soluris.fr>
Date: Fri, 19 Jan 2024 16:06:54 +0100
Subject: [PATCH] =?UTF-8?q?Update=20Version20230710121656.php=20Mise=20en?=
 =?UTF-8?q?=20commentaire=20d'une=20requ=C3=AAte=20qui=20n'est=20plus=20n?=
 =?UTF-8?q?=C3=A9cessaire=20depuis=20qu'il=20est=20possible=20d'avoir=20le?=
 =?UTF-8?q?=20champs=20destination=20vide.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 migrations/Version20230710121656.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/migrations/Version20230710121656.php b/migrations/Version20230710121656.php
index f60969781..4dc95a170 100644
--- a/migrations/Version20230710121656.php
+++ b/migrations/Version20230710121656.php
@@ -23,7 +23,7 @@ final class Version20230710121656 extends AbstractMigration
         $this->abortIf('mysql' !== $this->connection->getDatabasePlatform()->getName(), 'Migration can only be executed safely on \'mysql\'.');
 
         $this->addSql('ALTER TABLE maturity_referentiel CHANGE description description LONGTEXT DEFAULT NULL');
-        $this->addSql('UPDATE registry_treatment_shelf_life SET ultimate_fate = "destruction" where ultimate_fate IS NULL');
+        //$this->addSql('UPDATE registry_treatment_shelf_life SET ultimate_fate = "destruction" where ultimate_fate IS NULL');
         $this->addSql('ALTER TABLE maturity_domain ADD description LONGTEXT DEFAULT NULL');
     }
 
-- 
GitLab