/[SVNBrowser]/trunk/lib/SVNBrowser/Model/Action.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/Action.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 5  package SVNBrowser::Model::Action; Line 5  package SVNBrowser::Model::Action;
5    
6  use Jifty::DBI::Schema;  use Jifty::DBI::Schema;
7    
 use SVNBrowser::Model::Revision;  
   
8  use SVNBrowser::Record schema {  use SVNBrowser::Record schema {
9    
10          column revision =>          column revision =>
11                  type is 'int',                  type is 'int',
12                  is indexed,                  is indexed,
13                  mandatory;  #               refers_to SVNBrowser::Model::Revision by 'revision',
14                    is mandatory;
15    
16          column type =>          column type =>
17                  type is 'char',                  type is 'char',
18                  valid are qw( A M D ),                  valid are qw( A M D ),
19                  mandatory;                  is mandatory;
20    
21          column branch =>          column branch =>
22                  type is 'text',                  type is 'text',
23                  is indexed,                  is indexed,
24                  mandatory;                  is mandatory;
25    
26          column rel_path =>          column rel_path =>
27                  type is 'text',                  type is 'text',
28                  is indexed,                  is indexed,
29                  mandatory;                  is mandatory;
30    
31  };  };
32    

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

  ViewVC Help
Powered by ViewVC 1.1.26