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
empty
interleaved
missing
to_copy
to_copy2
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
valid
valid_with_timestamps Implemented ActiveRecord::Migrations#copy based on James Adam's idea 2010-09-03 22:59:09 +02:00