Adds Instituto de Empresa.
authorStéphane Jacob <sj@m4x.org>
Mon, 29 Mar 2010 08:38:24 +0000 (10:38 +0200)
committerStéphane Jacob <sj@m4x.org>
Mon, 29 Mar 2010 08:38:24 +0000 (10:38 +0200)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
upgrade/newdirectory-0.0.1/09_education.sql

index 6906340..776662b 100644 (file)
@@ -378,6 +378,9 @@ WHERE name = 'Univ Madrid';
 UPDATE profile_education_enum
 SET abbreviation = 'UPF', name = 'Universitat Pompeu Fabra', country = 'ES'
 WHERE name = 'Univ Pompeu Fabra';
+UPDATE profile_education_enum
+SET abbreviation = 'IE', country = 'ES'
+WHERE name = 'Instituto de Empresa';
 
 UPDATE profile_education_enum
 SET abbreviation = 'Chalmers', name = 'Chalmers Tekniska Högskola', country = 'SE'