Updates education script (Sydney University).
authorStéphane Jacob <sj@m4x.org>
Tue, 18 May 2010 15:41:41 +0000 (17:41 +0200)
committerStéphane Jacob <sj@m4x.org>
Wed, 26 May 2010 07:42:20 +0000 (09:42 +0200)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
upgrade/newdirectory-0.0.1/09_education.sql

index b8cbbf5..c0bfd58 100644 (file)
@@ -495,6 +495,9 @@ WHERE name = 'Univ Cardiff';
 UPDATE profile_education_enum
 SET abbreviation = 'UNSW', name = 'The University of New South Wales', country = 'AU'
 WHERE name = 'Univ New South Wales  (Sydney Australia)';
+UPDATE profile_education_enum
+SET abbreviation = 'USyd', country = 'AU'
+WHERE name = 'University of Sydney';
 
 UPDATE profile_education_enum
 SET abbreviation = 'THU', name = 'Tsinghua University', country = 'CN'