if you didn't change any table, the best way is to set migrate=False and fake_migrate=True. pass those arguments also to the auth.define_table() call, as in auth.define_table(db, fake_migrate=True)
On Sunday, May 19, 2013 11:55:32 AM UTC+2, yashar wrote: > > hi, > > i want to change connection string user from postgres to another_user but > it said relation auth_user already exist, i thought that i set fake_migrate > = True to solve it but i'm not sure. > > any idea to how to solve it? > -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

