Adding a column to a kind will affect any new entities, but won't
affect the existing data.  To update the existing data (to reduce
space), you would have to traverse over all the entities and simply
get and put them.

On Jan 13, 3:02 am, WallyDD <shaneb...@gmail.com> wrote:
> I have added a column to a table in the datastore and all works well
> on my local machine.
> On GAE using the datastore viewer I can see that the datastore has the
> new column and values. I can access/change these values no problem.
> I have one page which pretends that the new values don't exist. I can
> get around it temporarily by changing the fetch value, then all is
> good.
>
> After some time(few hours) it reverts to picking up the old datastore
> (so it doesn't pick up the new values) which makes the page incorrect.
> Is there a way to flush this cache? or is there a feature which I am
> unaware of which is causing this.
>
> I have had the problem occur for over 24 hours now.
-- 
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-appeng...@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