From: Stéphane Jacob Date: Fri, 2 Oct 2009 18:37:27 +0000 (+0200) Subject: Adds Université Claude Bernard. X-Git-Tag: xorg/1.0.0~332^2~316 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=0080843d888da9ed84a858240783e41d2da22cce;p=platal.git Adds Université Claude Bernard. --- diff --git a/upgrade/newdirectory-0.0.1/09_education.sql b/upgrade/newdirectory-0.0.1/09_education.sql index 58cbc90..15fcdfc 100644 --- a/upgrade/newdirectory-0.0.1/09_education.sql +++ b/upgrade/newdirectory-0.0.1/09_education.sql @@ -26,6 +26,9 @@ INSERT INTO profile_education_degree_enum (abbreviation, degree, level) -- Updates universities UPDATE profile_education_enum +SET abbreviation = 'Université Claude Bernard', name = 'Université Claude Bernard (Lyon I)' +WHERE name = 'Université Claude Bernard'; +UPDATE profile_education_enum SET abbreviation = 'Télécom', name = 'Télécom ParisTech', url = 'http://www.telecom-paristech.fr/' WHERE name = 'Télécom'; UPDATE profile_education_enum @@ -560,7 +563,6 @@ INSERT INTO profile_education_enum (name, url, country, abbreviation) ('Urbana University', 'http://www.urbana.edu/', 'US', ''), ('Université de Technologie de Compiègne', 'http://www.utc.fr/', 'FR', 'UTC'), ('Virginia Polytechnic Institute and State University', 'http://www.vt.edu/', 'US', 'Virginia Tech'), - ('Université Claude Bernard (Lyon I)', 'http://www.univ-lyon1.fr/', 'FR', 'Université Claude Bernard'), ('Cleveland State University', 'http://www.csuohio.edu/', 'US', 'CSU'), ('Centre de Perfectionnement aux Affaires du Nord', '', 'FR', 'CPA du Nord'), ('Centre de Perfectionnement aux Affaires de Lyon', '', '', 'CPA de Lyon'),