aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/migrations/valid_with_subdirectories/sub1
Commit message (Collapse)AuthorAgeFilesLines
* Add line endings to files which are missing themSean Griffin2015-02-171-1/+1
| | | | | | These files get modified whenever someone uses a tool like `sed`. Let's just get this over with in one commit so it'd not adding diff noise to something else.
* Run also migrations in subdirectories.Piotr Sarnacki2011-12-091-0/+12
With this commit, ActiveRecord will also look for migrations in db/migrate subdirectories.