Commit 710ccef8 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Correction du SQL pour la 10.3.0

parent bc9ae819
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -53,8 +53,7 @@ select privilege__grant_privileges_to_profiles('doctorant', ARRAY['modifier-sien
update unicaen_privilege_privilege
    set code = 'modifier-email-contact-et-consentement',
        libelle = 'Modifier email de contact et consentement du doctorant'
    where categorie_id = (select id from unicaen_privilege_categorie where code = 'doctorant') and code = 'modifier-email-contact'

    where categorie_id = (select id from unicaen_privilege_categorie where code = 'doctorant') and code = 'modifier-email-contact';

-- Ajout de l'ORCID pour un doctorant
alter table individu add orcid varchar(200);