X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=upgrade%2Fnewdirectory-0.0.1%2F09_education.sql;h=6ba922e14084ba159b233db3a7119524a13a81d1;hb=ee71865181e96e7b0754ef9e7da4b3cb26f4c1d7;hp=518f4d1d5c567499c3af7257c4f6e987d55ba71a;hpb=429e4a4b8eb428e9631513fc6bb053b4635c7729;p=platal.git diff --git a/upgrade/newdirectory-0.0.1/09_education.sql b/upgrade/newdirectory-0.0.1/09_education.sql index 518f4d1..6ba922e 100644 --- a/upgrade/newdirectory-0.0.1/09_education.sql +++ b/upgrade/newdirectory-0.0.1/09_education.sql @@ -305,6 +305,9 @@ WHERE name = 'Univ Carnegie Mellon'; UPDATE profile_education_enum SET abbreviation = 'Carolina', name = 'University of North Carolina at Chapel Hill', country = 'US' WHERE name = 'Univ of North Carolina at Chapel Hill'; +UPDATE profile_education_enum +SET abbreviation = 'UM', country = 'US' +WHERE name = 'University of Miami'; UPDATE profile_education_enum SET abbreviation = 'TU Berlin', name = 'Technische Universität Berlin', country = 'DE'