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 <[email protected] <javascript:>> > 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 used in the app. > > Can we just disable auto-migration only for auth tables? > > Yes. > auth.define_tables(migrate=False) > > Ricardo >
-- --- 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.

