Commit 85242841 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Complément SQL pour version 5.2.7

parent b3e29c6f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -34,4 +34,6 @@ comment on column mail_confirmation.refus_liste_diff is 'Refus de recevoir les m

comment on table doctorant_compl is 'Table obsolète conservée un temps';
alter table doctorant_compl rename to z_doctorant_compl;

alter table step_star_log add tag varchar(64);
```