Thanks, deleting the database "addon" there and recreating it with `heroku addons:add heroku-postgresql:dev` did the trick.
On Thu, Dec 27, 2012 at 6:11 PM, Massimo Di Pierro <[email protected]> wrote: > Don't do drop tables. You should be able to use the heorku interface to drop > the db and make a new one. > > Massimo > > > On Thursday, December 27, 2012 12:25:51 AM UTC-6, Alec Taylor wrote: >> >> Even on the welcome app, I get this error. >> >> As a last resort I even tried adding this to my db.py: >> >> for table_name in db.tables(): >> db[table_name].drop() >> >> db.commit() >> >> But that made no difference to the error. >> >> Here's the ticket: http://fiddle.jshell.net/dP5t9/show >> >> How do I get the db to work properly on heroku? >> >> Thanks for all suggestions, >> >> Alec Taylor > > -- > > > --

