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