Skip to content
Snippets Groups Projects
Commit 453a92d1 authored by Jean-Philippe Metivier's avatar Jean-Philippe Metivier
Browse files

Changement de la gestion des désistements

parent d10cea53
Branches
Tags
No related merge requests found
Showing
with 37 additions and 19 deletions
......@@ -9,7 +9,7 @@ return [
'rtable' => 'formation',
'update_rule' => 'NO ACTION',
'delete_rule' => 'CASCADE',
'index' => 'formation_pk',
'index' => 'formation_id_uindex',
'columns' => [
'formation_id' => 'id',
],
......
......@@ -9,7 +9,7 @@ return [
'rtable' => 'unicaen_utilisateur_user',
'update_rule' => 'NO ACTION',
'delete_rule' => 'NO ACTION',
'index' => 'user_pkey',
'index' => 'unicaen_utilisateur_user_pkey',
'columns' => [
'histo_createur_id' => 'id',
],
......
......@@ -9,7 +9,7 @@ return [
'rtable' => 'unicaen_utilisateur_user',
'update_rule' => 'NO ACTION',
'delete_rule' => 'NO ACTION',
'index' => 'user_pkey',
'index' => 'unicaen_utilisateur_user_pkey',
'columns' => [
'histo_modificateur_id' => 'id',
],
......
......@@ -9,7 +9,7 @@ return [
'rtable' => 'unicaen_utilisateur_user',
'update_rule' => 'NO ACTION',
'delete_rule' => 'NO ACTION',
'index' => 'user_pkey',
'index' => 'unicaen_utilisateur_user_pkey',
'columns' => [
'histo_destructeur_id' => 'id',
],
......
......@@ -9,7 +9,7 @@ return [
'rtable' => 'unicaen_validation_instance',
'update_rule' => 'NO ACTION',
'delete_rule' => 'SET NULL',
'index' => 'unicaen_validation_instance_pk',
'index' => 'unicaen_validation_instance_id_uindex',
'columns' => [
'validation_id' => 'id',
],
......
......@@ -9,7 +9,7 @@ return [
'rtable' => 'unicaen_utilisateur_user',
'update_rule' => 'NO ACTION',
'delete_rule' => 'NO ACTION',
'index' => 'user_pkey',
'index' => 'unicaen_utilisateur_user_pkey',
'columns' => [
'histo_createur_id' => 'id',
],
......
......@@ -9,7 +9,7 @@ return [
'rtable' => 'unicaen_utilisateur_user',
'update_rule' => 'NO ACTION',
'delete_rule' => 'NO ACTION',
'index' => 'user_pkey',
'index' => 'unicaen_utilisateur_user_pkey',
'columns' => [
'histo_modificateur_id' => 'id',
],
......
......@@ -9,7 +9,7 @@ return [
'rtable' => 'unicaen_utilisateur_user',
'update_rule' => 'NO ACTION',
'delete_rule' => 'NO ACTION',
'index' => 'user_pkey',
'index' => 'unicaen_utilisateur_user_pkey',
'columns' => [
'histo_destructeur_id' => 'id',
],
......
......@@ -9,7 +9,7 @@ return [
'rtable' => 'unicaen_enquete_groupe',
'update_rule' => 'NO ACTION',
'delete_rule' => 'SET NULL',
'index' => 'formation_enquete_categorie_pkey',
'index' => 'formation_enquete_categorie_id_uindex',
'columns' => [
'groupe_id' => 'id',
],
......
......@@ -9,7 +9,7 @@ return [
'rtable' => 'unicaen_utilisateur_user',
'update_rule' => 'NO ACTION',
'delete_rule' => 'NO ACTION',
'index' => 'user_pkey',
'index' => 'unicaen_utilisateur_user_pkey',
'columns' => [
'histo_createur_id' => 'id',
],
......
......@@ -9,7 +9,7 @@ return [
'rtable' => 'unicaen_utilisateur_user',
'update_rule' => 'NO ACTION',
'delete_rule' => 'NO ACTION',
'index' => 'user_pkey',
'index' => 'unicaen_utilisateur_user_pkey',
'columns' => [
'histo_modificateur_id' => 'id',
],
......
......@@ -9,7 +9,7 @@ return [
'rtable' => 'unicaen_utilisateur_user',
'update_rule' => 'NO ACTION',
'delete_rule' => 'NO ACTION',
'index' => 'user_pkey',
'index' => 'unicaen_utilisateur_user_pkey',
'columns' => [
'histo_destructeur_id' => 'id',
],
......
......@@ -9,7 +9,7 @@ return [
'rtable' => 'formation_formateur',
'update_rule' => 'NO ACTION',
'delete_rule' => 'CASCADE',
'index' => 'formation_instance_formateur_pk',
'index' => 'formation_instance_formateur_id_uindex',
'columns' => [
'formateur_id' => 'id',
],
......
......@@ -9,7 +9,7 @@ return [
'rtable' => 'formation_instance',
'update_rule' => 'NO ACTION',
'delete_rule' => 'CASCADE',
'index' => 'formation_instance_pk',
'index' => 'formation_instance_id_uindex',
'columns' => [
'session_id' => 'id',
],
......
......@@ -9,7 +9,7 @@ return [
'rtable' => 'unicaen_utilisateur_user',
'update_rule' => 'NO ACTION',
'delete_rule' => 'SET NULL',
'index' => 'user_pkey',
'index' => 'unicaen_utilisateur_user_pkey',
'columns' => [
'user_id' => 'id',
],
......
......@@ -9,7 +9,7 @@ return [
'rtable' => 'formation',
'update_rule' => 'NO ACTION',
'delete_rule' => 'CASCADE',
'index' => 'formation_pk',
'index' => 'formation_id_uindex',
'columns' => [
'formation_id' => 'id',
],
......
......@@ -9,7 +9,7 @@ return [
'rtable' => 'unicaen_utilisateur_user',
'update_rule' => 'NO ACTION',
'delete_rule' => 'NO ACTION',
'index' => 'user_pkey',
'index' => 'unicaen_utilisateur_user_pkey',
'columns' => [
'histo_createur_id' => 'id',
],
......
......@@ -9,7 +9,7 @@ return [
'rtable' => 'unicaen_utilisateur_user',
'update_rule' => 'NO ACTION',
'delete_rule' => 'NO ACTION',
'index' => 'user_pkey',
'index' => 'unicaen_utilisateur_user_pkey',
'columns' => [
'histo_modificateur_id' => 'id',
],
......
......@@ -9,7 +9,7 @@ return [
'rtable' => 'unicaen_utilisateur_user',
'update_rule' => 'NO ACTION',
'delete_rule' => 'NO ACTION',
'index' => 'user_pkey',
'index' => 'unicaen_utilisateur_user_pkey',
'columns' => [
'histo_destructeur_id' => 'id',
],
......
<?php
//@formatter:off
return [
'schema' => 'public',
'name' => 'formation_formation_action_type_id_fk',
'table' => 'formation',
'rtable' => 'formation_action_type',
'update_rule' => 'NO ACTION',
'delete_rule' => 'SET NULL',
'index' => 'formation_action_type_pk',
'columns' => [
'action_type_id' => 'id',
],
];
//@formatter:on
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment