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

Réintroduction d'enciennes contraintes d'unicité obligatoires

parent cfd21578
No related branches found
No related tags found
No related merge requests found
<?php
//@formatter:off
return [
'name' => 'INTERVENANT_CODE_UN',
'table' => 'INTERVENANT',
'index' => 'INTERVENANT_CODE_UN',
'columns' => [
'CODE',
'ANNEE_ID',
'STATUT_ID',
'HISTO_DESTRUCTION',
],
];
//@formatter:on
<?php
//@formatter:off
return [
'name' => 'INTERVENANT_SOURCE_UN',
'table' => 'INTERVENANT',
'index' => 'INTERVENANT_SOURCE_UN1',
'columns' => [
'SOURCE_CODE',
'ANNEE_ID',
'HISTO_DESTRUCTION',
'STATUT_ID',
],
];
//@formatter:on
<?php
//@formatter:off
return [
'name' => 'INTERVENANT_UTIL_CODE_UN',
'table' => 'INTERVENANT',
'index' => 'INTERVENANT_UTIL_CODE_UN',
'columns' => [
'UTILISATEUR_CODE',
'ANNEE_ID',
'STATUT_ID',
'HISTO_DESTRUCTION',
],
];
//@formatter:on
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment