From: Stéphane Jacob Date: Mon, 29 Mar 2010 08:38:24 +0000 (+0200) Subject: Adds Instituto de Empresa. X-Git-Tag: xorg/1.0.0~326 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=3e1d61f70d115fae5728d571e1036d723ea89ae6;p=platal.git Adds Instituto de Empresa. 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 6906340..776662b 100644 --- a/upgrade/newdirectory-0.0.1/09_education.sql +++ b/upgrade/newdirectory-0.0.1/09_education.sql @@ -378,6 +378,9 @@ WHERE name = 'Univ Madrid'; UPDATE profile_education_enum SET abbreviation = 'UPF', name = 'Universitat Pompeu Fabra', country = 'ES' WHERE name = 'Univ Pompeu Fabra'; +UPDATE profile_education_enum +SET abbreviation = 'IE', country = 'ES' +WHERE name = 'Instituto de Empresa'; UPDATE profile_education_enum SET abbreviation = 'Chalmers', name = 'Chalmers Tekniska Högskola', country = 'SE'