Is there any way to edit the object?
We have N number of sites with unique ids and we are saving site id as object and user id as subject so we have "User has access to Site" kind of relation. The site id can be changed. Suppose we have 1M users associated with some site and it's id changes, what do we do in this situation? delete those 1M records and recreate all of them again with new site id? or is there any other way around?