From: Stéphane Jacob Date: Tue, 18 May 2010 15:41:41 +0000 (+0200) Subject: Updates education script (Sydney University). X-Git-Tag: xorg/1.0.0~244 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=235e6afdc130913ca2446e2e2f7ce5583d7f5b50;p=platal.git Updates education script (Sydney University). Signed-off-by: Stéphane Jacob --- 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'