X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=upgrade%2F0.9.16%2F00_profile.sql;h=8e37d1820b8a5d0dbd23ec1d6beb0da35d6c7a2c;hb=3d964835e8ff04f0f86c80aea026b82896cb4a46;hp=3afd0a8af201edd5d666d3b7a7a36c1424b1b8c8;hpb=dd9bac8f7903e9924525ad8db3e38650ff5ad1b6;p=platal.git diff --git a/upgrade/0.9.16/00_profile.sql b/upgrade/0.9.16/00_profile.sql index 3afd0a8..8e37d18 100644 --- a/upgrade/0.9.16/00_profile.sql +++ b/upgrade/0.9.16/00_profile.sql @@ -7,4 +7,7 @@ create table watch_profile ( primary key field (uid, field) ) charset=utf8; + +alter table auth_user_quick change column profile_freetext profile_freetext mediumtext; + # vim:set syntax=mysql: