From: Stéphane Jacob Date: Fri, 11 Sep 2009 12:27:19 +0000 (+0200) Subject: Adds Heriot-Watt University to the education list. X-Git-Tag: xorg/1.0.0~332^2~320 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=4a938dfb2a442611b6abe9cbd1dab7451fd93b33;p=platal.git Adds Heriot-Watt University to the education list. --- diff --git a/upgrade/newdirectory-0.0.1/09_education.sql b/upgrade/newdirectory-0.0.1/09_education.sql index 43e1261..8ce3277 100644 --- 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