From: Stéphane Jacob Date: Wed, 9 Dec 2009 14:16:01 +0000 (+0100) Subject: Adds Brown and NDU. X-Git-Tag: xorg/1.0.0~332^2~307 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=9a30e563f85c8cfa7a014c7e786d21acad240ef9;p=platal.git Adds Brown and NDU. --- 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