Thanks Jeremy, I'll give it a shot. Do you mean the database on the command line won't work for all databases or just for their postgreSQL?
Scott On Wed, Aug 18, 2010 at 5:51 PM, Jeremy Evans <[email protected]>wrote: > 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]<sequel-talk%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/sequel-talk?hl=en. > > -- 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.
