On Wednesday, December 28, 2016 at 7:11:30 PM UTC-8, Toronto Man wrote: > > Hello team, > > Uber-noob here, working on Windows 7 using MRI. > > Yesterday I was able to run migrations by entering this from the command > line: > > sequel -m -E c/ruby22/code/d201-sequel/dbx > postgres://postgres:password@localhost:5432/sinatra001 >
You probably want: sequel -E -m c/ruby22/code/d201-sequel/dbx postgres://postgres:password@localhost:5432/sinatra001 The order of options is important if the option takes an argument, similar to most programs. Thanks, Jeremy -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sequel-talk. For more options, visit https://groups.google.com/d/optout.
