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

release note

parent 6e30c2e4
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ Aucune
Modification des paramètres décrivant la version
```postgresql
update unicaen_parametre_parametre set valeur='1.2.1' where code='VERSION';
update unicaen_parametre_parametre set valeur='26/05/2025' where code='RELEASE_DATE';
update unicaen_parametre_parametre set valeur='26/05/2025' where code='DATE_MAJ';
```
## Évolution des librairies
......
......@@ -165,7 +165,7 @@ JOIN unicaen_privilege_categorie cp ON cp.CODE = 'demandeexterne';
Modification des paramètres décrivant la version
```postgresql
update unicaen_parametre_parametre set valeur='1.2.0' where code='VERSION';
update unicaen_parametre_parametre set valeur='12/05/2025' where code='RELEASE_DATE';
update unicaen_parametre_parametre set valeur='29/05/2025' where code='DATE_MAJ';
```
## Évolution des librairies
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment