X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=upgrade%2F0.9.13%2F01_tips.sql;h=d68de24200a7abb8036ca2a305adcdbfaa146361;hb=08a10e30ba489205570c6f4fd9c3e8c201ec8958;hp=d9c68ca133d8187fb920d3cef7b4df4b8b4f8bd1;hpb=5d617d8d3d0258d8e810ebd622c9f45c3193037b;p=platal.git diff --git a/upgrade/0.9.13/01_tips.sql b/upgrade/0.9.13/01_tips.sql index d9c68ca..d68de24 100644 --- a/upgrade/0.9.13/01_tips.sql +++ b/upgrade/0.9.13/01_tips.sql @@ -6,7 +6,7 @@ create table tips ( peremption date not null default '0000-00-00', promo_min smallint(4) unsigned not null default 0, promo_max smallint(4) unsigned not null default 0, - active set('active') not null default 'active', + state set('active') not null default 'active', primary key (id) );