I have an entity field which were already saved in datastore as String. String in appengine have limit upto 500 characters.
How can I changed it to Text and making all old value still available?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I recommend the following approach, especially if the code is in production:
The above approach will help you do things step wise and in the worse case of things going wrong, atleast you have the old attribute and the old values as is.