Skip to content
Snippets Groups Projects
Commit 734ca34c authored by Michael Edlich's avatar Michael Edlich
Browse files

Update Version20230710121656.php

Mise en commentaire d'une requête qui n'est plus nécessaire depuis qu'il est possible d'avoir le champs destination vide.
parent 59f87894
Branches develop
No related tags found
No related merge requests found
......@@ -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');
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment