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

Ajout d'une séquence pour les intervenants par défaut

parent 9c09180b
No related branches found
No related tags found
1 merge request!55Ll bug report services
...@@ -50,6 +50,7 @@ return [ ...@@ -50,6 +50,7 @@ return [
'INDICATEUR_ID_SEQ', 'INDICATEUR_ID_SEQ',
'INDIC_MODIF_DOSSIER_ID_SEQ', 'INDIC_MODIF_DOSSIER_ID_SEQ',
'INTERVENANT_ID_SEQ', 'INTERVENANT_ID_SEQ',
'INTERVENANT_PAR_DEFAUT_ID_SEQ',
'INTERVENANT_SAISIE_ID_SEQ', 'INTERVENANT_SAISIE_ID_SEQ',
'LIEN_ID_SEQ', 'LIEN_ID_SEQ',
'MISE_EN_PAIEMENT_ID_SEQ', 'MISE_EN_PAIEMENT_ID_SEQ',
......
...@@ -7,7 +7,7 @@ return [ ...@@ -7,7 +7,7 @@ return [
'temporary' => FALSE, 'temporary' => FALSE,
'logging' => TRUE, 'logging' => TRUE,
'commentaire' => NULL, 'commentaire' => NULL,
'sequence' => NULL, 'sequence' => 'INTERVENANT_PAR_DEFAUT_ID_SEQ',
'columns' => [ 'columns' => [
'ANNEE_ID' => [ 'ANNEE_ID' => [
'name' => 'ANNEE_ID', 'name' => 'ANNEE_ID',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment