X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=upgrade%2F0.9.16%2F00_profile.sql;h=8e37d1820b8a5d0dbd23ec1d6beb0da35d6c7a2c;hb=58acfe8b40d3417e7b1a5ffd868a52509d053558;hp=3afd0a8af201edd5d666d3b7a7a36c1424b1b8c8;hpb=a2a1c2f29234ccc08ec5bce5987c521354a0da7a;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: