On Aug 18, 3:11 pm, Scott LaBounty <[email protected]> wrote:
> All,
>
> Does anyone use Sequel with Heroku? I was trying to do something similar to:
>
> heroku sequel -m dbMigration/ -M 1 sqlite://db.sqlite

Something like this:

  heroku console sequel -m dbMigration/ -M 1 sqlite://db.sqlite

The problem is that specifying the database on the command line
probably won't work, at least for their PostgreSQL database.  You
could add a rake migrate task for it and use:

  heroku rake migrate

That's probably what I would do.

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.

Reply via email to