--- lib/Grep/Model/Item.pm 2007/08/11 17:41:42 177 +++ lib/Grep/Model/Item.pm 2007/09/03 16:05:38 178 @@ -10,6 +10,7 @@ column in_feed => refers_to Grep::Model::Feed by 'id', + is indexed, is mandatory; column title => @@ -18,6 +19,8 @@ column link => type is 'text', + is distinct, + is indexed, is mandatory; column content =>