From 4a938dfb2a442611b6abe9cbd1dab7451fd93b33 Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Jacob?= Date: Fri, 11 Sep 2009 14:27:19 +0200 Subject: [PATCH] Adds Heriot-Watt University to the education list. --- upgrade/newdirectory-0.0.1/09_education.sql | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.1.4