Migrations are just ruby code - you can do anything you can do in any  
other ruby script. So, do what you would normally do with Sequel to  
manipulate your data outside of migrations?

On May 20, 2009, at 9:53 AM, Scott LaBounty <[email protected]> wrote:

> Is there a way to add data to a table using migrations? In other  
> words if I have a table with a columns for say "name" and "age", I'd  
> like to fill in a couple of rows with "John Smith, 22" and "Jane  
> Doe, 33". It seems like I've seen someone do this here on the list  
> but can't find it now.
>
> Thanks,
>
> -- 
> Scott
> http://steamcode.blogspot.com/
>
> >

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to