From 20f354f5992637e664fa71f98200289ed913d6c0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Jacob?= Date: Tue, 21 Jul 2009 00:08:03 +0200 Subject: [PATCH] Adds University of Myami. --- upgrade/newdirectory-0.0.1/09_education.sql | 3 +++ 1 file changed, 3 insertions(+) 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' -- 2.1.4