aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/migrations/to_copy_with_timestamps2
Commit message (Collapse)AuthorAgeFilesLines
* Change the method for copying migrations, do not add scope.Piotr Sarnacki2010-10-092-0/+14
The purpose of this change is to allow copying fail on the same names. Migrations change database and they should be treated with caution, if 2 migrations are named the same it's much better to skip migration and allow user decide if it should be copied or not.