aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/mysql2/schema_migrations_test.rb
Commit message (Expand)AuthorAgeFilesLines
* make it possible to run AR tests with bin/testYves Senn2015-06-111-43/+38
* Add `SchemaMigration.create_table` support any unicode charsets for MySQL.Ryuta Kamizono2015-02-261-2/+2
* Respect the database default charset for `schema_migrations` table.Ryuta Kamizono2015-02-081-4/+12
* tests, use `drop_table if_exists: true` in our test suite.Yves Senn2015-01-201-1/+1
* use foreign key DSL in our tests.Yves Senn2014-07-161-2/+2
* `rename_index`: add the new index before removing the old one.Yves Senn2013-11-261-6/+19
* sets limit 191 for schema_migrations#version in mysql2 if the encoding is "ut...Xavier Noria2013-03-171-0/+26