X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;ds=sidebyside;f=upgrade%2Faccount%2F01_profiles.sql;fp=upgrade%2Faccount%2F01_profiles.sql;h=040e3ee153dc7b4241c75dd8ca12faac9972966e;hb=ce0b2c6f3fc4e7c524df32f56f1bc8e8d573bb1a;hp=cbf5125e33431463317234d1301a352f1e5e8b13;hpb=fcff94a52854dd37bba32fd111f1849e64d83c28;p=platal.git diff --git a/upgrade/account/01_profiles.sql b/upgrade/account/01_profiles.sql index cbf5125..040e3ee 100644 --- a/upgrade/account/01_profiles.sql +++ b/upgrade/account/01_profiles.sql @@ -28,6 +28,9 @@ create table profiles ( nationality2 char(2) default null, nationality3 char(2) default null, + # Directory informations + email_directory varchar(255) default null, + # Last modification date (for notifications) last_change date not null,