Re: [web2py] Re: Heroku error: relation "auth_user" already exists

2012-12-27 Thread Alec Taylor
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 wrote: > Don't do drop tables. You should be able to use the heorku interface to drop > the db and make a new one. > > Mas

[web2py] Re: Heroku error: relation "auth_user" already exists

2012-12-26 Thread Massimo Di Pierro
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