Hi,

I've got an app on GAE with 4 versions, up to now.

Until the 4th version I had an entity with an ancestor, so its keys
were of the type (EntityID-AncestorID).
In the 5th version I changed my design and now this entity hasn't got
ancestor any more. Its keys are now simple long values.

On my development server all is OK, given that my local datastore has
been correctly updated.
But with the online app I'm not able to remove the unused indexes and
to create entities with the new long key.

How may I completely erase my datastore online in order to rebuild it
from scratch?


Thank you very much!!!
Bye
CRI

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" 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-java?hl=en.

Reply via email to