projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da496b3
)
Adds Heriot-Watt University to the education list.
author
Stéphane Jacob
<sj@m4x.org>
Fri, 11 Sep 2009 12:27:19 +0000
(14:27 +0200)
committer
Stéphane Jacob
<sj@m4x.org>
Fri, 11 Sep 2009 12:27:19 +0000
(14:27 +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
43e1261
..
8ce3277
100644
(file)
--- a/
upgrade/newdirectory-0.0.1/09_education.sql
+++ b/
upgrade/newdirectory-0.0.1/09_education.sql
@@
-468,6
+468,10
@@
UPDATE profile_education_enum
SET abbreviation = '', country = 'GB'
WHERE name = 'University of Surrey';
UPDATE profile_education_enum
+SET abbreviation = '', country = 'GB'
+WHERE name = 'Heriot-Watt University';
+
+UPDATE profile_education_enum
SET abbreviation = 'OIV', country = 'FR'
WHERE name = 'Organisme International de la Vigne et du Vin';
UPDATE profile_education_enum