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

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

  ViewVC Help
Powered by ViewVC 1.1.26