Skip to content
Snippets Groups Projects
Commit 8d26bbb4 authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

ADRESSE_NUMERO_COMPL devient personnalisable

parent 14a82326
No related branches found
No related tags found
No related merge requests found
......@@ -46,11 +46,6 @@ class DataGen
/* Nomenclatures fixes et jamais paramétrables */
[
'table' => 'ADRESSE_NUMERO_COMPL',
'context' => ['install'],
'key' => ['CODE'],
],
[
'table' => 'CIVILITE',
'context' => ['install', 'update'],
......@@ -182,6 +177,11 @@ class DataGen
/* Tables avec paramétrages pré-configurés (certaines colonnes + nouveaux enregistrements) */
[
'table' => 'ADRESSE_NUMERO_COMPL',
'context' => ['install'],
'key' => ['CODE'],
],
[
'table' => 'IMPORT_TABLES',
'context' => ['install', 'update'],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment