/[Grep]/lib/Grep/Model/Item.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /lib/Grep/Model/Item.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 177 by dpavlin, Wed Jul 4 14:10:43 2007 UTC revision 178 by dpavlin, Mon Sep 3 16:05:38 2007 UTC
# Line 10  use Grep::Record schema { Line 10  use Grep::Record schema {
10    
11          column in_feed =>          column in_feed =>
12                  refers_to Grep::Model::Feed by 'id',                  refers_to Grep::Model::Feed by 'id',
13                    is indexed,
14                  is mandatory;                  is mandatory;
15                    
16          column title =>          column title =>
# Line 18  use Grep::Record schema { Line 19  use Grep::Record schema {
19                    
20          column link =>          column link =>
21                  type is 'text',                  type is 'text',
22                    is distinct,
23                    is indexed,
24                  is mandatory;                  is mandatory;
25                    
26          column content =>          column content =>

Legend:
Removed from v.177  
changed lines
  Added in v.178

  ViewVC Help
Powered by ViewVC 1.1.26