Can add image in announce on x.net.
[platal.git] / upgrade / 0.9.13 / 01_tips.sql
index 933bf73..d68de24 100644 (file)
@@ -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,
+    state set('active') not null default 'active',
 
     primary key (id)
 );