I recently migrated an App Engine app from the master/slave datastore to the high replication datastore. This created two apps (using sample app names):
myapp
myapp-hd
And myapp.appspot.com aliases to myapp-hd.appspot.com. My question is, is it now safe to delete the original myapp application? And if I delete the myapp application, will the alias continue working?