projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6dc215d
)
Adds Instituto de Empresa.
author
Stéphane Jacob
<sj@m4x.org>
Mon, 29 Mar 2010 08:38:24 +0000
(10:38 +0200)
committer
Stéphane Jacob
<sj@m4x.org>
Mon, 29 Mar 2010 08:38:24 +0000
(10:38 +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
6906340
..
776662b
100644
(file)
--- a/
upgrade/newdirectory-0.0.1/09_education.sql
+++ b/
upgrade/newdirectory-0.0.1/09_education.sql
@@
-378,6
+378,9
@@
WHERE name = 'Univ Madrid';
UPDATE profile_education_enum
SET abbreviation = 'UPF', name = 'Universitat Pompeu Fabra', country = 'ES'
WHERE name = 'Univ Pompeu Fabra';
+UPDATE profile_education_enum
+SET abbreviation = 'IE', country = 'ES'
+WHERE name = 'Instituto de Empresa';
UPDATE profile_education_enum
SET abbreviation = 'Chalmers', name = 'Chalmers Tekniska Högskola', country = 'SE'