"Then you can define your auth.settings.extra_fields['auth_group'], put 
your extra columns there, and do a regular migration." -- This is the first 
thing I tried to do.  Won't that fail because auth_user already exists?  I 
only want to migrate a single table -- auth_group.

On Wednesday, November 19, 2014 6:21:55 AM UTC-6, Leonel Câmara wrote:
>
> If it fails because it already exists you need to do a fake migration on 
> auth_user, I would undo the changes to auth_group and then do a migration 
> using fake_migrate as needed for already exists errors. Then you can define 
> your auth.settings.extra_fields['auth_group'], put your extra columns 
> there, and do a regular migration.
>
>
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
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 web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to