aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/schema_migration_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* convert time to stringJosh Susser2012-12-061-1/+1
| | | why is this a Time to start with?
* Add metadata to schema_migrationsJosh Susser2012-12-011-0/+54
migrated_at: timestamp when migration run fingerprint: md5 hash of migration source name: filename without version or extension