Adds City University of Hong Kong.
[platal.git] / upgrade / newdirectory-0.0.1 / 09_education.sql
index 19356a1..58cbc90 100644 (file)
@@ -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';