Commit 0f0b523091a3293b33182a6f435d0a48473b89fc
1 parent
532012a8
Exists in
master
and in
1 other branch
suppression unicité du nom-pnom dans table users
Showing
2 changed files
with
7 additions
and
2 deletions
Show diff stats
CHANGELOG
... | ... | @@ -484,6 +484,11 @@ rien ? |
484 | 484 | ======= CHANGES ======= |
485 | 485 | |
486 | 486 | ------- |
487 | +23/12/2022 (EP) v5.6.1-3.10.1 | |
488 | + - (i) Suppression contrainte unicité du nom-pnom dans table users | |
489 | + => car on peut autoriser 2 homonymes ou encore une meme personne (nom-pnom) avec 2 login différents | |
490 | + | |
491 | +------- | |
487 | 492 | 22/12/2022 (EP) v5.6.0-3.10.1 |
488 | 493 | - (i) Bugfixes + Améliorations installation en mode docker |
489 | 494 | - (i) update BD pour installation | ... | ... |
README.md
... | ... | @@ -52,8 +52,8 @@ Logiciel testé et validé sur les configurations suivantes : |
52 | 52 | |
53 | 53 | -------------------------------------------------------------------------------------------- |
54 | 54 | |
55 | -Date: 22/12/2022 | |
56 | -Version: v5.6.0-3.10.1 | |
55 | +Date: 23/12/2022 | |
56 | +Version: v5.6.1-3.10.1 | |
57 | 57 | |
58 | 58 | |
59 | 59 | HISTORIQUE DES CHANGEMENTS DE VERSION : voir le fichier CHANGES.txt (ou la page web /pages/changes) | ... | ... |