On Tue, Mar 20, 2012 at 4:53 PM, doright <[email protected]> wrote: > So my question is: > - what happens to existing data if I go and change the entity group of an > entity?
Just to offer some clarification on this point: You cannot "change" the entity group of an entity. The entity group is part of what defines the key of an entity. What you can do is create a new entity (with a new key) and delete the old entity, but you will have to adjust any stored foreign keys as well. Jeff -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
