Adds University of Myami.
authorStéphane Jacob <sj@m4x.org>
Mon, 20 Jul 2009 22:08:03 +0000 (00:08 +0200)
committerStéphane Jacob <sj@m4x.org>
Mon, 20 Jul 2009 22:08:03 +0000 (00:08 +0200)
upgrade/newdirectory-0.0.1/09_education.sql

index 518f4d1..6ba922e 100644 (file)
@@ -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'