| Commit message (Expand) | Author | Age | Files | Lines |
* | Extract AR::SchemaMigration.normalized_versions method | Viktar Basharymau | 2014-06-27 | 1 | -0/+4 |
* | `ActiveRecord::SchemaMigration` has no primary key. | Yves Senn | 2014-06-06 | 1 | -0/+3 |
* | `bin/rake db:migrate:status` works with legacy migration numbers. | Yves Senn | 2014-06-06 | 1 | -0/+4 |
* | added schema_migrations_table_name to ActiveRecord::Base in order that the na... | Jerad Phelps | 2013-10-27 | 1 | -2/+2 |
* | Minor refactor of ActiveRecord::SchemaMigration to remove references to Base,... | Kyle Rippey | 2013-05-26 | 1 | -18/+24 |
* | sets limit 191 for schema_migrations#version in mysql2 if the encoding is "ut... | Xavier Noria | 2013-03-17 | 1 | -5/+8 |
* | Move to the schema-migrations-metadata branch. | Jeremy Kemper | 2012-12-09 | 1 | -36/+3 |
* | Oracle needs table to check index existence | Josh Susser | 2012-12-06 | 1 | -3/+3 |
* | style cleanup | Josh Susser | 2012-12-03 | 1 | -4/+4 |
* | Add migration history to schema.rb dump | Josh Susser | 2012-12-02 | 1 | -0/+12 |
* | Add metadata to schema_migrations | Josh Susser | 2012-12-01 | 1 | -4/+25 |
* | Remove mass assignment security from ActiveRecord | Guillermo Iguaran | 2012-09-16 | 1 | -1/+0 |
* | Remove duplicated unique index name. | kennyj | 2012-07-14 | 1 | -4/+7 |
* | allow mass-assign version attribute in AR::SchemaMigration | Sergey Nartimov | 2012-02-06 | 1 | -0/+2 |
* | make sure the migration table is alive and empty | Aaron Patterson | 2012-01-13 | 1 | -2/+1 |
* | refactor schema migration table creation to the schema migration model | Aaron Patterson | 2012-01-13 | 1 | -0/+18 |
* | convert the migration list to a Set, remove duplicate code | Aaron Patterson | 2012-01-13 | 1 | -0/+4 |
* | use the schema migration model to dump schema info | Aaron Patterson | 2012-01-13 | 1 | -1/+3 |
* | add a migration schema model | Aaron Patterson | 2012-01-13 | 1 | -0/+9 |