From: Stéphane Jacob Date: Tue, 13 Apr 2010 14:05:37 +0000 (+0200) Subject: Updates education upgrade script. X-Git-Tag: xorg/1.0.0~296 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=f54f7ebc7e3b8cc049592bb267dbf739da87283e;p=platal.git Updates education upgrade script. Signed-off-by: Stéphane Jacob --- diff --git a/upgrade/newdirectory-0.0.1/09_education.sql b/upgrade/newdirectory-0.0.1/09_education.sql index 7321f66..732a155 100644 --- a/upgrade/newdirectory-0.0.1/09_education.sql +++ b/upgrade/newdirectory-0.0.1/09_education.sql @@ -146,12 +146,15 @@ UPDATE profile_education_enum SET abbreviation = 'ENS Cachan', name = 'École Normale Supérieure de Cachan' WHERE name = 'ENS Cachan'; UPDATE profile_education_enum -SET abbreviation = 'ESPCI', name = 'ESPCI ParisTech' +xSET abbreviation = 'ESPCI', name = 'ESPCI ParisTech' WHERE name = 'ESPCI'; UPDATE profile_education_enum SET abbreviation = 'Sciences Po', name = 'Institut d\'Études Politiques de Paris' WHERE name = 'IEP Paris'; UPDATE profile_education_enum +SET abbreviation = 'Sciences Po Aix', name = 'Institut d\'Études Politiques d\'Aix-en-Provence' +WHERE name = 'IEP Aix' +UPDATE profile_education_enum SET abbreviation = 'EHESS', name = 'École des Hautes Études en Sciences Sociales' WHERE name = 'EHESS'; UPDATE profile_education_enum