Flowdock
method

supports_rename_index?

Importance_0
v4.2.1 - Show latest stable - 0 notes - Class: AbstractMysqlAdapter
supports_rename_index?() private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/connection_adapters/abstract_mysql_adapter.rb, line 821
      def supports_rename_index?
        mariadb? ? false : (version[0] == 5 && version[1] >= 7) || version[0] >= 6
      end
Register or log in to add new notes.