--- trunk/lib/SVNBrowser/Model/Action.pm 2006/12/09 14:24:06 25 +++ trunk/lib/SVNBrowser/Model/Action.pm 2006/12/10 00:01:33 26 @@ -11,6 +11,7 @@ column revision => type is 'int', + is indexed, mandatory; column type => @@ -20,10 +21,12 @@ column branch => type is 'text', + is indexed, mandatory; column rel_path => type is 'text', + is indexed, mandatory; };