From: Stéphane Jacob Date: Mon, 3 May 2010 10:57:09 +0000 (+0200) Subject: Updates education upgrading script. X-Git-Tag: xorg/1.0.0~270 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=f6cb8574aeaf3a82b6c16ef827501de383fe056a;p=platal.git Updates education upgrading 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 139b5bd..b8cbbf5 100644 --- a/upgrade/newdirectory-0.0.1/09_education.sql +++ b/upgrade/newdirectory-0.0.1/09_education.sql @@ -220,6 +220,9 @@ WHERE name = 'Conservatoire national supérieur de musique et de danse de Paris' UPDATE profile_education_enum SET name = 'École Normale de Musique de Paris' WHERE name = 'École normale de musique de Paris'; +UPDATE profile_education_enum +SET abbreviation = 'ENSMN' +WHERE name = 'École Nationale Supérieure des Mines de Nancy'; UPDATE profile_education_enum SET abbreviation = 'NDU', country = 'US'