/[SVNBrowser]/trunk/lib/SVNBrowser/Model/Revision.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 /trunk/lib/SVNBrowser/Model/Revision.pm

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

revision 52 by dpavlin, Sun Dec 10 00:01:33 2006 UTC revision 53 by dpavlin, Mon Mar 19 17:25:21 2007 UTC
# Line 10  use SVNBrowser::Record schema { Line 10  use SVNBrowser::Record schema {
10          column revision =>          column revision =>
11                  type is 'int',                  type is 'int',
12                  is indexed,                  is indexed,
13                  mandatory;                  is mandatory;
14    
15  #       column actions =>  #       column actions =>
16  #               refers_to SVNBrowser::Model::Action by 'id';  #               refers_to SVNBrowser::Model::Action by 'id';
17    
18          column author =>          column author =>
19                  type is 'text',                  type is 'text',
20                  mandatory;                  is mandatory;
21                    
22          column commit_date =>          column commit_date =>
23                  type is 'timestamp',                  type is 'timestamp',
24                  is indexed,                  is indexed,
25                  filters are qw( Jifty::Filter::DateTime Jifty::DBI::Filter::DateTime),                  filters are qw( Jifty::Filter::DateTime Jifty::DBI::Filter::DateTime),
26                  mandatory;                  is mandatory;
27    
28          column message =>          column message =>
29                  type is 'text',                  type is 'text',

Legend:
Removed from v.52  
changed lines
  Added in v.53

  ViewVC Help
Powered by ViewVC 1.1.26