Displaying 1 result from an estimated 1 matches for "_my_old_table".
2006 May 20
2
Migrate database to a new one using migrations.
...uby/Rails.
So, can someone tell me how can I generate a migration so that every
time I run it the "data" from the old db get''s copied to the new one??
Note that _I''ve already the schema, I want something that automatically
could copy the field old_id of the table DB1._my_old_table to the field
id of DB2.my_table.
Thanks.