/[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 54 by dpavlin, Mon Mar 19 17:25:21 2007 UTC revision 55 by dpavlin, Mon Sep 3 19:01:02 2007 UTC
# Line 7  use SVNBrowser::Model::Action; Line 7  use SVNBrowser::Model::Action;
7    
8  use SVNBrowser::Record schema {  use SVNBrowser::Record schema {
9    
10            column repository =>
11                    refers_to SVNBrowser::Model::Repository by 'id',
12                    is indexed,
13                    is mandatory;
14    
15          column revision =>          column revision =>
16                  type is 'int',                  type is 'int',
17                  is indexed,                  is indexed,
# Line 22  use SVNBrowser::Record schema { Line 27  use SVNBrowser::Record schema {
27          column commit_date =>          column commit_date =>
28                  type is 'timestamp',                  type is 'timestamp',
29                  is indexed,                  is indexed,
30                  filters are qw( Jifty::Filter::DateTime Jifty::DBI::Filter::DateTime),                  filters are qw( Jifty::Filter::DateTime Jifty::DBI::Filter::DateTime ),
31                  is mandatory;                  is mandatory;
32    
33          column message =>          column message =>

Legend:
Removed from v.54  
changed lines
  Added in v.55

  ViewVC Help
Powered by ViewVC 1.1.26