projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f2bea2
)
Adds University of Myami.
author
Stéphane Jacob
<sj@m4x.org>
Mon, 20 Jul 2009 22:08:03 +0000
(
00:08
+0200)
committer
Stéphane Jacob
<sj@m4x.org>
Mon, 20 Jul 2009 22:08:03 +0000
(
00:08
+0200)
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
518f4d1
..
6ba922e
100644
(file)
--- a/
upgrade/newdirectory-0.0.1/09_education.sql
+++ b/
upgrade/newdirectory-0.0.1/09_education.sql
@@
-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'