I'd lilke to reuse a primary key that has been deleted For example, I'd like to take deleted auth_user.id == 1, and change the first_name and other field data in it for reuse.
Same for other tables, for example, db.Organization.id ==1, would like to replace old org name with "Department of Motor Vehicles" Those primary keys have been deleted and records are not accessible so I can't edit them. The only way I can think of doing it is to drop table and re-enter data in correct order. thanks, Alex Glaros -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.

