Commit 3f8c42ff by Yvon Kerdoncuff

orthographe et clarification

parent 8ad09006
...@@ -20,7 +20,7 @@ final class Version20250129104839 extends AbstractMigration ...@@ -20,7 +20,7 @@ final class Version20250129104839 extends AbstractMigration
public function up(Schema $schema) : void public function up(Schema $schema) : void
{ {
// this up() migration is auto-generated, please modify it to your needs // this up() migration is auto-generated, please modify it to your needs
$this->addSql("INSERT INTO global_parameter (id, name, description, value, mandatory) VALUES (UUID(), 'SSA_ALLOW_COMPTOIR_TO_UPDATE_HOUSEHOLD_ALLOCATION_DATA', 'Définit si un comptoir à le droit de mettre à jour les information d\'allocation d\'un adhérent (update uniquement)', null, '1')"); $this->addSql("INSERT INTO global_parameter (id, name, description, value, mandatory) VALUES (UUID(), 'SSA_ALLOW_COMPTOIR_TO_UPDATE_HOUSEHOLD_ALLOCATION_DATA', 'La valeur \'false\' retire aux comptoirs le droit de mettre à jour les informations d\'allocation d\'un adhérent (update uniquement)', null, '1')");
$this->addSql("INSERT INTO global_parameter (id, name, description, value, mandatory) VALUES (UUID(), 'SSA_HOUSEHOLD_ALLOCATION_MSG_FOR_COMPTOIR', 'Affiche un message à l\'intention des comptoirs dans la fiche adhérent, section allocation', null, '1')"); $this->addSql("INSERT INTO global_parameter (id, name, description, value, mandatory) VALUES (UUID(), 'SSA_HOUSEHOLD_ALLOCATION_MSG_FOR_COMPTOIR', 'Affiche un message à l\'intention des comptoirs dans la fiche adhérent, section allocation', null, '1')");
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment