Merge branch 'fusionax' into account
[platal.git] / upgrade / newdirectory-0.0.1 / 07_corps
index 4e5eae2..f0b52d9 100644 (file)
@@ -41,4 +41,9 @@ UPDATE  profile_corps_enum
 DELETE FROM  profile_corps_enum
       WHERE  name = "Ancien élève étranger";
 
+
+ALTER TABLE watch_profile MODIFY field enum('nom', 'freetext', 'mobile', 'nationalite', 'nationalite2',
+                                            'nationalite3', 'nick', 'web', 'networking', 'edus', 'addresses',
+                                            'section', 'binets', 'medals', 'cv', 'jobs', 'photo', 'corps');
+
 --  vim:set syntax=mysql: