I have a Ruby application Postrgress DB on heroku. Some of the data is was migrated incorrectly. I want to update the data on about 5 thousand rows. I do not want to blow the DB away and remigrate. What would be the best way to do this. I have update small amounts of data using the active record type sql but not sure for a large amount.
thanks in advance
Maggs