Hey, So, I define some entity Foo, and create a hundred thousand instances of it. Now I want to add a variable of entity type Bar, and want to specify a default value. Null may be a valid value, but is not the default.
One solution I've seen around the intertubes is to write a script that iterates through all the objects in the datastore and manually performs the update operations on the untyped records. This seems non- ideal. Too much developer overhead for minor changes, not clean, and not very scalable. Are there better solutions, or is this basically the de-facto standard? Thanks! -- 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.
