diff options
Diffstat (limited to 'lib/sisu/v6/db_indexes.rb')
| -rw-r--r-- | lib/sisu/v6/db_indexes.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/lib/sisu/v6/db_indexes.rb b/lib/sisu/v6/db_indexes.rb index f293012f..6550fe51 100644 --- a/lib/sisu/v6/db_indexes.rb +++ b/lib/sisu/v6/db_indexes.rb @@ -62,8 +62,8 @@  =end  module SiSU_DbIndex -  class Index                                           # create documents Indexes def initialize(opt,conn='',sql_type='') -    def initialize(opt,conn,file,sql_type='') +  class Index                                           # create documents Indexes def initialize(opt,conn='',sql_type) +    def initialize(opt,conn,file,sql_type)        @opt,@conn,@file,@sql_type=opt,conn,file,sql_type      end      def create_indexes                                                           # check added from pg not tested | 
