projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1fe46b8
)
Adds Brown and NDU.
author
Stéphane Jacob
<sj@m4x.org>
Wed, 9 Dec 2009 14:16:01 +0000
(15:16 +0100)
committer
Stéphane Jacob
<sj@m4x.org>
Wed, 9 Dec 2009 14:16:01 +0000
(15:16 +0100)
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
9537b54
..
800b2fb
100644
(file)
--- a/
upgrade/newdirectory-0.0.1/09_education.sql
+++ b/
upgrade/newdirectory-0.0.1/09_education.sql
@@
-214,6
+214,12
@@
SET name = 'École Normale de Musique de Paris'
WHERE name = 'École normale de musique de Paris';
UPDATE profile_education_enum
+SET abbreviation = 'NDU', country = 'US'
+WHERE name = 'National Defense University';
+UPDATE profile_education_enum
+SET abbreviation = 'Brown', country = 'US'
+WHERE name = 'Brown University';
+UPDATE profile_education_enum
SET abbreviation = 'Berkeley', name = 'University of California, Berkeley', country = 'US'
WHERE name = 'Univ Berkeley';
UPDATE profile_education_enum