Class: ActiveRecord::Migration::Compatibility::V7_0
- Inherits:
-
Object
- Object
- ActiveRecord::Migration::Compatibility::V7_0
- Defined in:
- lib/core_ext/active_record/migration/compatibility.rb
Overview
PgSaurus has been properly creating functional index names since Rails 4, so we don’t want the old logic
Defined Under Namespace
Modules: TableDefinition
Instance Method Summary collapse
Instance Method Details
#add_index ⇒ Object
15 16 17 |
# File 'lib/core_ext/active_record/migration/compatibility.rb', line 15 def add_index(...) super end |