Class: ActiveRecord::Migration::Compatibility::V7_0

Inherits:
Object
  • Object
show all
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_indexObject



15
16
17
# File 'lib/core_ext/active_record/migration/compatibility.rb', line 15

def add_index(...)
  super
end