Hi Marzia,

Thats is what I was hoping.  I am presuming that was an internal url :) I
have found it on code.google.com...

Kind Regards,
Paul Kinlan.

2008/11/20 Marzia Niccolai <[EMAIL PROTECTED]>

> Hi Paul,
>
> When you change a model property, this will only change new properties
> created, but will not affect old properties that were stored.
>
> You would need to loop through old entities and update the type of
> property, which is explained in this article:
> http://hungryghost.sfo:7766/appengine/articles/update_schema.html
>
> -Marzia
>
>
> On Thu, Nov 20, 2008 at 7:56 AM, Paul Kinlan <[EMAIL PROTECTED]>wrote:
>
>> Hi,
>>
>> I have an application that is in production at the moment.
>>
>> Perhaps, through an early design decision I made a mistake in my model
>> format and chose  a StringProperty over a TextProperty.  Is it possible just
>> to change the model definition and have all the values in the StringProperty
>> now be TextProperties?  Or will I have to make a text property and a handler
>> that will loop through all my entities assiging the StringProperty to the
>> TextProperty?
>>
>> Cheers,
>> Paul.
>>
>>
>>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to