From 235e6afdc130913ca2446e2e2f7ce5583d7f5b50 Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Jacob?= Date: Tue, 18 May 2010 17:41:41 +0200 Subject: [PATCH] Updates education script (Sydney University). MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Jacob --- 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 b8cbbf5..c0bfd58 100644 --- a/upgrade/newdirectory-0.0.1/09_education.sql +++ b/upgrade/newdirectory-0.0.1/09_education.sql @@ -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' -- 2.1.4