projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61a7d27
)
Updates education script (Sydney University).
author
Stéphane Jacob
<sj@m4x.org>
Tue, 18 May 2010 15:41:41 +0000
(17:41 +0200)
committer
Sté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
patch
|
blob
|
blame
|
history
diff --git
a/upgrade/newdirectory-0.0.1/09_education.sql
b/upgrade/newdirectory-0.0.1/09_education.sql
index
b8cbbf5
..
c0bfd58
100644
(file)
--- 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'