Hi Ricky,

If your StringProperties are either not required, or supply a default
value, you can simply amend your model without trouble. Bear in mind,
though, that the properties will not be present on entities that were
last updated before you added them, so queries and filters involving
the new properties will only show up entities that were updated since
you changed the model.

If you need to change existing entities, one way to do this is with
the remote_api module. The article has details on how to write a
simple map framework here:
http://code.google.com/appengine/articles/remote_api.html

-Nick Johnson

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to