hi, It looks like your indexes are serving okay-- by 'stuck', do you mean that you have some custom indexes that you are no longer using, that you would like to remove? If so, you can 'vacuum' them, as described here: http://code.google.com/appengine/docs/python/datastore/queries.html#Big_Entities_and_Exploding_Indexes
-Amy On Thu, Dec 8, 2011 at 5:37 PM, tuomasketola <[email protected]> wrote: > My Data Store Indexes are stuck, I'd like them to be the default, with > just a tag and value. > > clickerandroid.appspot.com is the site, I have no sensitive data on > there so if there are any entries in the database I don't mind losing > them. > > How can I revert it back to default? > > -- > 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. > > -- 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.
