/[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 25 by dpavlin, Tue Dec 5 10:17:28 2006 UTC revision 26 by dpavlin, Sun Dec 10 00:01:33 2006 UTC
# Line 9  use SVNBrowser::Record schema { Line 9  use SVNBrowser::Record schema {
9    
10          column revision =>          column revision =>
11                  type is 'int',                  type is 'int',
12                    is indexed,
13                  mandatory;                  mandatory;
14    
15  #       column actions =>  #       column actions =>
# Line 20  use SVNBrowser::Record schema { Line 21  use SVNBrowser::Record schema {
21                    
22          column commit_date =>          column commit_date =>
23                  type is 'timestamp',                  type is 'timestamp',
24                    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;                  mandatory;
27    

Legend:
Removed from v.25  
changed lines
  Added in v.26

  ViewVC Help
Powered by ViewVC 1.1.26