Hi, I'm not sure how do go about doing this at all and specifically in a Sequel migration for my production code running on mysql.
done so far: I've added a column to a production table with :null => true then in the next migration I've populated that column with data what I need to do: in the following migration I'd like to set that column's :null => false What may complicate matters is that this live/production system is running on an old version of Sequel but is quite stable so I've not updated it nor the code using it in some time. It's running at a few commits after Sequel version 2.10.0, specifically at this point: http://github.com/jeremyevans/sequel/commits/0dcdf7395827558baaed987fb3f6498ca0bf054b Thanks, Clive --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sequel-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/sequel-talk?hl=en -~----------~----~----~----~------~----~------~--~---
