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
--

