From 3e1d61f70d115fae5728d571e1036d723ea89ae6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Jacob?= Date: Mon, 29 Mar 2010 10:38:24 +0200 Subject: [PATCH] Adds Instituto de Empresa. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Jacob --- upgrade/newdirectory-0.0.1/09_education.sql | 3 +++ 1 file changed, 3 insertions(+) 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' -- 2.1.4