1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/test/migrations
Piotr Sarnacki 4377f8eba2 Change the method for copying migrations, do not add scope.
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.
2010-10-09 21:32:34 +02:00
..
broken Made migrations transactional for PostgreSQL [#834 state:resolved] 2008-08-22 14:46:25 -07:00
decimal
duplicate
duplicate_names Added protection against duplicate migration names (Aslak Hellesøy) [#112 state:resolved] 2008-05-11 13:37:29 -05:00
empty Fix copying migrations to empty directory 2010-09-03 22:59:10 +02:00
interleaved
missing
to_copy Implemented ActiveRecord::Migrations#copy based on James Adam's idea 2010-09-03 22:59:09 +02:00
to_copy2 Change the method for copying migrations, do not add scope. 2010-10-09 21:32:34 +02:00
to_copy_with_timestamps Implemented ActiveRecord::Migrations#copy based on James Adam's idea 2010-09-03 22:59:09 +02:00
to_copy_with_timestamps2 Change the method for copying migrations, do not add scope. 2010-10-09 21:32:34 +02:00
valid
valid_with_timestamps Implemented ActiveRecord::Migrations#copy based on James Adam's idea 2010-09-03 22:59:09 +02:00