From f2b94b096b9a93a27efa95f8c36de63030cba534 Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Jacob?= Date: Wed, 30 Sep 2009 20:10:55 +0200 Subject: [PATCH] Adds City University of Hong Kong. --- upgrade/newdirectory-0.0.1/09_education.sql | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/upgrade/newdirectory-0.0.1/09_education.sql b/upgrade/newdirectory-0.0.1/09_education.sql index 19356a1..58cbc90 100644 --- a/upgrade/newdirectory-0.0.1/09_education.sql +++ b/upgrade/newdirectory-0.0.1/09_education.sql @@ -312,6 +312,11 @@ UPDATE profile_education_enum SET country = 'US' WHERE name = 'Purdue University'; + +UPDATE profile_education_enum +SET country = 'HK', abbreviation = 'CityU' +WHERE name = 'City University of Hong Kong'; + UPDATE profile_education_enum SET abbreviation = 'TU Berlin', name = 'Technische Universität Berlin', country = 'DE' WHERE name = 'Univ TU Berlin'; -- 2.1.4