# File lib/kirbybase.rb, line 895 def index_exists?(table, index_fields) @indexes.include?("#{table.name}_#{index_fields.join('_')}".to_sym) end