From: Stéphane Jacob Date: Sun, 11 Oct 2009 11:00:46 +0000 (+0200) Subject: Adds CFA (Ooops). X-Git-Tag: xorg/1.0.0~332^2~314 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=1831341c5d0280c21a032e4c2cad30f80b56f5bf;p=platal.git Adds CFA (Ooops). --- diff --git a/upgrade/newdirectory-0.0.1/09_education.sql b/upgrade/newdirectory-0.0.1/09_education.sql index c8ba902..003a0a1 100644 --- a/upgrade/newdirectory-0.0.1/09_education.sql +++ b/upgrade/newdirectory-0.0.1/09_education.sql @@ -314,9 +314,9 @@ WHERE name = 'University of Miami'; UPDATE profile_education_enum SET country = 'US' WHERE name = 'Purdue University'; +UPDATE profile_education_enum SET abbreviation = 'CFA Institute', name = 'Chartered Financial Analyst Institute', country = 'US' WHERE name = 'CFA Institute'; -UPDATE profile_education_enum UPDATE profile_education_enum