In the mean time, can you work around this issue with something like:

Create a separate table with a 1:1 relationship to your current table
Migrate the field you want to touch to the new table.
Touch the field in that table, which will leave the updated_at field
in your original table alone.
You could even make the new table without the timestamps fields, if you wanted.

--wpd

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to