Skip to content
Snippets Groups Projects
Commit baf257c8 authored by Thibaut Vallee's avatar Thibaut Vallee
Browse files

Fix du shéma SQL

parent 97c428ea
Branches release_5_bs5
No related tags found
No related merge requests found
Pipeline #35496 passed
CHANGELOG
=========
1.0.1 (14/02/24)
-----
- [FIX] : Clés étrangéres des champs histo
1.0.0 (10/02/24)
-----
- Création de la librairie unicaen-fichier
......@@ -28,6 +28,6 @@ create table unicaen_fichier_fichier
FOREIGN KEY ( nature ) REFERENCES unicaen_fichier_nature ( id ),
FOREIGN KEY ( histo_createur_id ) REFERENCES unicaen_utilisateur_user ( id ),
FOREIGN KEY ( histo_createur_id ) REFERENCES unicaen_utilisateur_user ( id ),
FOREIGN KEY ( histo_createur_id ) REFERENCES unicaen_utilisateur_user ( id )
FOREIGN KEY ( histo_modificateur_id ) REFERENCES unicaen_utilisateur_user ( id ),
FOREIGN KEY ( histo_destructeur_id ) REFERENCES unicaen_utilisateur_user ( id )
);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment