Re: [web2py] Disable auto-migration for auth tables.

2013-05-07 Thread Omi Chiba
It works! Thanks a lot. On Tuesday, May 7, 2013 2:26:34 PM UTC-5, Ricardo Pedroso wrote: > > On Tue, May 7, 2013 at 8:05 PM, Omi Chiba > > wrote: > > I'm using CAS so new app is sharing the same auth tables so it doesn't > have > > to be created. But it's trying to create one and get already e

Re: [web2py] Disable auto-migration for auth tables.

2013-05-07 Thread Ricardo Pedroso
On Tue, May 7, 2013 at 8:05 PM, Omi Chiba wrote: > I'm using CAS so new app is sharing the same auth tables so it doesn't have > to be created. But it's trying to create one and get already existing > error... > > I can do migrate_enabled=Falese in DAL but then I cannot migrate any other > tables

[web2py] Disable auto-migration for auth tables.

2013-05-07 Thread Omi Chiba
I'm using CAS so new app is sharing the same auth tables so it doesn't have to be created. But it's trying to create one and get already existing error... I can do migrate_enabled=Falese in DAL but then I cannot migrate any other tables used in the app. Can we just disable auto-migration only f