As we evolve the security infrastructure, we should enable the ability to dump database content for groups and membership, and reload it at another site. Right now this is not possible because the tables use "int" for primary keys, which cause conflict when loaded in an already populated database. Moving to UUIDs as primary keys would solve the problem.