diff --git a/migrations/Version20230710121656.php b/migrations/Version20230710121656.php index f609697818b15f91c8f17dc339b3352258d981e6..4dc95a1706459f458f91094463ca0a24caa53e6f 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'); }