Commit Graph

6 Commits

Author SHA1 Message Date
Jasper Maes 44fef4fe4c Remove rails 4 support in CI, Gemfiles, bin/ and config/ 2018-12-14 19:36:22 +01:00
Jan Provaznik e00b815efe Fix index for mysql adapter
* 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
2018-11-14 12:38:30 +01:00
Olivier Gonzalez d5e9185618
Make MySQL patch for binary indexes compatible with composite indexes 2018-09-04 18:52:03 -04:00
Jasper Maes ba914c32e1 Rails 5: support schema t.index for mysql 2018-09-03 19:46:11 +02:00
Alexis Reigel 07dbd5649a use Module#prepend instead of alias_method_chain 2017-07-27 15:46:03 +02:00
Alexis Reigel ce4e0837c4 mysql hack: set length for binary indexes 2017-07-27 15:46:03 +02:00