Skip to content
Snippets Groups Projects
Commit 33e86e3f authored by Antony Le Courtes's avatar Antony Le Courtes
Browse files

Ne pas remettre le champs OBLIGATOIRE de la table DOSSIER_CHAMPS_AUTRES à true lors de l'update-bdd

parent 5e26c9e0
Branches
Tags 3.2.4
Loading
......@@ -177,7 +177,7 @@ class DataGen
'table' => 'DOSSIER_CHAMP_AUTRE',
'context' => ['install', 'update'],
'key' => 'ID',
'options' => ['update-ignore-cols' => ['LIBELLE', 'DOSSIER_CHAMP_AUTRE_TYPE_ID', 'CONTENU', 'DESCRIPTION']],
'options' => ['update-ignore-cols' => ['LIBELLE', 'DOSSIER_CHAMP_AUTRE_TYPE_ID', 'CONTENU', 'DESCRIPTION', 'OBLIGATOIRE']],
],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment