Commit 91fa8276 authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

Protection des données INTERVENANT en cas de DELETE d'intervenants

parent 5e26c9e0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ return [
    'name'        => 'AGREMENT_INTERVENANT_FK',
    'table'       => 'AGREMENT',
    'rtable'      => 'INTERVENANT',
    'delete_rule' => 'CASCADE',
    'delete_rule' => NULL,
    'index'       => NULL,
    'columns'     => [
        'INTERVENANT_ID' => 'ID',
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ return [
    'name'        => 'CONTRAT_INTERVENANT_FK',
    'table'       => 'CONTRAT',
    'rtable'      => 'INTERVENANT',
    'delete_rule' => 'CASCADE',
    'delete_rule' => NULL,
    'index'       => NULL,
    'columns'     => [
        'INTERVENANT_ID' => 'ID',
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ return [
    'name'        => 'FRES_INTERVENANT_FK',
    'table'       => 'FORMULE_RESULTAT',
    'rtable'      => 'INTERVENANT',
    'delete_rule' => 'CASCADE',
    'delete_rule' => NULL,
    'index'       => NULL,
    'columns'     => [
        'INTERVENANT_ID' => 'ID',
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ return [
    'name'        => 'MSD_INTERVENANT_FK',
    'table'       => 'MODIFICATION_SERVICE_DU',
    'rtable'      => 'INTERVENANT',
    'delete_rule' => 'CASCADE',
    'delete_rule' => NULL,
    'index'       => NULL,
    'columns'     => [
        'INTERVENANT_ID' => 'ID',
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ return [
    'name'        => 'VALIDATION_INTERVENANT_FK',
    'table'       => 'VALIDATION',
    'rtable'      => 'INTERVENANT',
    'delete_rule' => 'CASCADE',
    'delete_rule' => NULL,
    'index'       => NULL,
    'columns'     => [
        'INTERVENANT_ID' => 'ID',