Re: How can I edit my db schema from the console?

2010-02-15 Thread senihele
No one has any ideas? This is a pretty basic question... On Jan 30, 8:29 pm, senihele mjmmayern...@gmail.com wrote: Hey all, I have a Sinatra/Datamapper application on Heroku.  Datamapper doesn't handle migrations very well, and to the best of my knowledge can't remove or rename a column

How can I edit my db schema from the console?

2010-02-01 Thread senihele
Hey all, I have a Sinatra/Datamapper application on Heroku. Datamapper doesn't handle migrations very well, and to the best of my knowledge can't remove or rename a column without wiping out the entire database. Anyone have any ideas on how I can do this manually? I tried to run the raw sql via