From: Stéphane Jacob Date: Sun, 6 Sep 2009 13:04:01 +0000 (+0200) Subject: Adds IITs. X-Git-Tag: xorg/1.0.0~332^2~322 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=08a10e30ba489205570c6f4fd9c3e8c201ec8958;p=platal.git Adds IITs. --- diff --git a/upgrade/newdirectory-0.0.1/09_education.sql b/upgrade/newdirectory-0.0.1/09_education.sql index 6ba922e..dba7342 100644 --- a/upgrade/newdirectory-0.0.1/09_education.sql +++ b/upgrade/newdirectory-0.0.1/09_education.sql @@ -474,6 +474,10 @@ UPDATE profile_education_enum SET abbreviation = 'NSU', name = 'Novosibirsk State University', url = 'http://www.nsu.ru/', country = 'RU' WHERE name = 'Université de Novossibirsk (Новосибирский Государственный Университет)'; +UPDATE profile_education_enum +SET abbreviation = 'IITs', country = 'IN' +WHERE name = 'Indian Institutes of Technology'; + -- Cleans duplicated entries UPDATE profile_education SET eduid = 0 WHERE eduid = 70; DELETE FROM profile_education_enum WHERE id = 70;