On Sun, Nov 2, 2008 at 7:01 PM, Woody <[EMAIL PROTECTED]> wrote: > I updated my application on App Engine so the old kinds in the > database are unuseful. I want to delete the old kinds (not the > entities of the old kinds). Can anyone tell me how to do? Thanks.
There's no such thing as a "kind" that is stored separately from entities of a particular kind. Kinds go away when there are no entities of them left in the datastore. Dave. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
