• Jan Provaznik's avatar
    Fix index for mysql adapter · e00b815e
    Jan Provaznik authored
    * similar to rails 5 it assures that index length is set for blob
      columns also in rails 4
    * it also ignores multiple definitions of indexes for mysql, for some
      tables we define multiple indexes on the same set of columns, but with
      different parameters (opclasses, where), these are not supported by
      mysql adapter so the second definition of index is skipped
    e00b815e