Commit 85523e55 authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

Petit renomage de clés et d'indexes

parent 5424a9c8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
//@formatter:off

return [
    'name'    => 'TBL_DOSSIER_DOSSIER_FK',
    'name'    => 'TBL_DOSSIER_INT_DOSSIER_FK',
    'unique'  => FALSE,
    'table'   => 'TBL_DOSSIER',
    'columns' => [
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
//@formatter:off

return [
    'name'        => 'INTERVENANTS_CIVILITES_FK',
    'name'        => 'INTERVENANT_CIVILITE_FK',
    'table'       => 'INTERVENANT',
    'rtable'      => 'CIVILITE',
    'delete_rule' => NULL,