X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=upgrade%2Fnewdirectory-0.0.1%2F09_education.sql;h=58cbc90a97e8e8a9fcc6e91b07c869b5751411f9;hb=f2b94b096b9a93a27efa95f8c36de63030cba534;hp=19356a1b38daf71dd622165f41062c71957dbd17;hpb=2de139ad47e0c320154959b1f7f225636ce16cf2;p=platal.git 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';