aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/schema_migration.rb
Commit message (Collapse)AuthorAgeFilesLines
* Oracle needs table to check index existenceJosh Susser2012-12-061-3/+3
|
* style cleanupJosh Susser2012-12-031-4/+4
|
* Add migration history to schema.rb dumpJosh Susser2012-12-021-0/+12
|
* Add metadata to schema_migrationsJosh Susser2012-12-011-4/+25
| | | | | migrated_at: timestamp when migration run fingerprint: md5 hash of migration source name: filename without version or extension
* Remove mass assignment security from ActiveRecordGuillermo Iguaran2012-09-161-1/+0
|
* Remove duplicated unique index name.kennyj2012-07-141-4/+7
|
* 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