Commit de8e4996 authored by Florian Joriot's avatar Florian Joriot
Browse files

Modification contrainte unicité pour prendre en compte histo destru

parent 16d76277
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@ return [
    'table'   => 'MISSION_TAUX_REMU',
    'columns' => [
        'CODE',
        'HISTO_DESTRUCTION',
    ],
];

+1 −0
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@ return [
    'index'   => 'MISSION_TR_CODE_UN',
    'columns' => [
        'CODE',
        'HISTO_DESTRUCTION',
    ],
];