From: Stéphane Jacob Date: Tue, 13 Apr 2010 14:08:08 +0000 (+0200) Subject: Typo. X-Git-Tag: xorg/1.0.0~295 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=20d889a69356f184f991152d85375500d9448415;p=platal.git Typo. 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 732a155..139b5bd 100644 --- a/upgrade/newdirectory-0.0.1/09_education.sql +++ b/upgrade/newdirectory-0.0.1/09_education.sql @@ -146,7 +146,7 @@ UPDATE profile_education_enum SET abbreviation = 'ENS Cachan', name = 'École Normale Supérieure de Cachan' WHERE name = 'ENS Cachan'; UPDATE profile_education_enum -xSET abbreviation = 'ESPCI', name = 'ESPCI ParisTech' +SET abbreviation = 'ESPCI', name = 'ESPCI ParisTech' WHERE name = 'ESPCI'; UPDATE profile_education_enum SET abbreviation = 'Sciences Po', name = 'Institut d\'Études Politiques de Paris'