Skip to content
Snippets Groups Projects
Commit b4a40985 authored by Florian Joriot's avatar Florian Joriot
Browse files

Mise a jour de la contrainte d'unicité sur le statut du type d'intervention...

Mise a jour de la contrainte d'unicité sur le statut du type d'intervention (prise en compte histo destruction)
parent ce6c640d
Branches
Tags
No related merge requests found
...@@ -9,6 +9,7 @@ return [ ...@@ -9,6 +9,7 @@ return [
'columns' => [ 'columns' => [
'TYPE_INTERVENTION_ID', 'TYPE_INTERVENTION_ID',
'STATUT_ID', 'STATUT_ID',
'HISTO_DESTRUCTION',
], ],
]; ];
......
...@@ -9,6 +9,7 @@ return [ ...@@ -9,6 +9,7 @@ return [
'columns' => [ 'columns' => [
'TYPE_INTERVENTION_ID', 'TYPE_INTERVENTION_ID',
'STATUT_ID', 'STATUT_ID',
'HISTO_DESTRUCTION',
], ],
]; ];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment