aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/schema_migration.rb
Commit message (Collapse)AuthorAgeFilesLines
* allow mass-assign version attribute in AR::SchemaMigrationSergey Nartimov2012-02-061-0/+2
|
* make sure the migration table is alive and emptyAaron Patterson2012-01-131-2/+1
|
* refactor schema migration table creation to the schema migration modelAaron Patterson2012-01-131-0/+18
|
* convert the migration list to a Set, remove duplicate codeAaron Patterson2012-01-131-0/+4
|
* use the schema migration model to dump schema infoAaron Patterson2012-01-131-1/+3
|
* add a migration schema modelAaron Patterson2012-01-131-0/+9