All versions of the same app share the same datastore.

http://code.google.com/appengine/docs/java/javadoc/com/google/appengine/api/datastore/package-summary.html

"Although Google App Engine allows many versions of your application to be
accessible, there is only one datastore for your application, shared by all
versions. Similarly, the set of indexes is shared by all application
versions."



On Mon, Aug 9, 2010 at 4:12 PM, Mike Dillon <[email protected]> wrote:

> Hi all,
>
> I was wondering if the different version of the user application code
> base had its own different datastore as well. We just pushed a new
> version onto the app engine and need to re-import our data because of
> some class structure changes. Will the version 1 still keep its
> datastore while we import the data for version 2?
>
> Thanks,
>
> -Mike
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine for Java" group.
> To post to this group, send email to
> [email protected].
> To unsubscribe from this group, send email to
> [email protected]<google-appengine-java%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-appengine-java?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to