Class: DatabaseConsistency::Writers::Autofix::RedundantIndex

Inherits:
MigrationBase show all
Defined in:
lib/database_consistency/writers/autofix/redundant_index.rb

Overview

:nodoc:

Instance Attribute Summary

Attributes inherited from Base

#report

Instance Method Summary collapse

Methods inherited from MigrationBase

#fix!

Methods included from Helpers::Migration

#migration_configuration, #migration_path, #migration_path_pattern

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from DatabaseConsistency::Writers::Autofix::Base

Instance Method Details

#attributesObject



7
8
9
10
11
# File 'lib/database_consistency/writers/autofix/redundant_index.rb', line 7

def attributes
  {
    index_name: report.index_name
  }
end