From 9a30e563f85c8cfa7a014c7e786d21acad240ef9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Jacob?= Date: Wed, 9 Dec 2009 15:16:01 +0100 Subject: [PATCH] Adds Brown and NDU. --- upgrade/newdirectory-0.0.1/09_education.sql | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/upgrade/newdirectory-0.0.1/09_education.sql b/upgrade/newdirectory-0.0.1/09_education.sql index 9537b54..800b2fb 100644 --- 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 -- 2.1.4