projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b00527f
)
Adds IITs.
author
Stéphane Jacob
<sj@m4x.org>
Sun, 6 Sep 2009 13:04:01 +0000
(15:04 +0200)
committer
Stéphane Jacob
<sj@m4x.org>
Sun, 6 Sep 2009 13:04:01 +0000
(15:04 +0200)
upgrade/newdirectory-0.0.1/09_education.sql
patch
|
blob
|
blame
|
history
diff --git
a/upgrade/newdirectory-0.0.1/09_education.sql
b/upgrade/newdirectory-0.0.1/09_education.sql
index
6ba922e
..
dba7342
100644
(file)
--- 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;