X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;ds=inline;f=upgrade%2F0.9.13%2F01_tips.sql;h=d9c68ca133d8187fb920d3cef7b4df4b8b4f8bd1;hb=5d617d8d3d0258d8e810ebd622c9f45c3193037b;hp=933bf73e97b28e13b7ac1a398eacc22d0b4d7a71;hpb=dc767839c54aa6d6d2910da5b818b43c5306cfc3;p=platal.git diff --git a/upgrade/0.9.13/01_tips.sql b/upgrade/0.9.13/01_tips.sql index 933bf73..d9c68ca 100644 --- a/upgrade/0.9.13/01_tips.sql +++ b/upgrade/0.9.13/01_tips.sql @@ -6,6 +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', primary key (id) );