X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=upgrade%2Fnewdirectory-0.0.1%2F07_corps.sql;h=dcdf08f129610cc517d2d65dea60dd1e8bb88dbb;hb=3f09ff5200812339c3df8f81ccff01f8c2ceb087;hp=80f80bcad7b8fa77524677127e39674378e94523;hpb=e489faf7d04bc45fc61f6159a5a5c90a379ac6a1;p=platal.git diff --git a/upgrade/newdirectory-0.0.1/07_corps.sql b/upgrade/newdirectory-0.0.1/07_corps.sql index 80f80bc..dcdf08f 100644 --- a/upgrade/newdirectory-0.0.1/07_corps.sql +++ b/upgrade/newdirectory-0.0.1/07_corps.sql @@ -656,8 +656,9 @@ INSERT IGNORE INTO profile_corps_enum (abbreviation, name, still_exists) ("INSEE", "Administrateurs de l'INSEE", 1), ("Off", "Officiers des Armées", 1); -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'); +ALTER TABLE watch_profile + MODIFY field ENUM('nom', 'freetext', 'mobile', 'nationality1', 'nationality2', 'nationality3', + 'nick', 'networking', 'edus', 'addresses', 'section', 'binets', 'medals', + 'cv', 'jobs', 'photo', 'corps'); -- vim:set syntax=mysql: