Adds IITs.
authorStéphane Jacob <sj@m4x.org>
Sun, 6 Sep 2009 13:04:01 +0000 (15:04 +0200)
committerStéphane Jacob <sj@m4x.org>
Sun, 6 Sep 2009 13:04:01 +0000 (15:04 +0200)
upgrade/newdirectory-0.0.1/09_education.sql

index 6ba922e..dba7342 100644 (file)
@@ -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;