From: Stéphane Jacob Date: Wed, 30 Sep 2009 18:10:55 +0000 (+0200) Subject: Adds City University of Hong Kong. X-Git-Tag: xorg/1.0.0~332^2~317 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=f2b94b096b9a93a27efa95f8c36de63030cba534;p=platal.git Adds City University of Hong Kong. --- 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';