App Engine uses "soft schemas" for its entities. That is, if you still need to read from a property but no longer need to write from it, simply leave the property field in your entity. You won't be able to display the property if you remove it from your entity, but you can build your application such that it does not accept new writes to the property.
Here's a pretty good session from Google I/O 2009 that discusses this:
http://code.google.com/events/io/2009/sessions/SofterSideofSchemas.html
--
Ikai Lan
Developer Programs Engineer, Google App Engine