On Jun 14, 4:20 pm, Jeremy Evans <[email protected]> wrote:
> On Jun 14, 4:05 pm, Joe Van Dyk <[email protected]> wrote:
>
> > Here is my code:https://github.com/joevandyk/sequel-playground
>
> You aren't following the migration naming format.  first.rb is not a
> valid migration filename.  Use 1_first.rb or something.  All migration
> filenames need to match /\A\d+_.+\.rb\z/i.

Thanks!  Not sure how I missed that in the docs.  It wasn't that clear
from the error message though.  :)  Sequel doesn't have anything that
will automatically generate a template migration file for you, right?

I've updated my git repository with the correct code.

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