Class: DatabaseConsistency::Writers::Autofix::RedundantIndex
- Inherits:
-
MigrationBase
- Object
- Base
- MigrationBase
- DatabaseConsistency::Writers::Autofix::RedundantIndex
- Defined in:
- lib/database_consistency/writers/autofix/redundant_index.rb
Overview
:nodoc:
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from MigrationBase
Methods included from Helpers::Migration
#migration_configuration, #migration_path, #migration_path_pattern
Methods inherited from Base
Constructor Details
This class inherits a constructor from DatabaseConsistency::Writers::Autofix::Base
Instance Method Details
#attributes ⇒ Object
7 8 9 10 11 |
# File 'lib/database_consistency/writers/autofix/redundant_index.rb', line 7 def attributes { index_name: report.index_name } end |