I have been working on an application using GAE in eclipse and I have a bunch of data objects. Sometimes I need to change their type, ie String
-> Text
so they can store more data.
What is the quickest easiest way to do a bulk update on the data/object store? I know I could probably write Java code to iterate over each object, but surely there is an easier way?