Hi App Engine-ers,

So I've got a ton of data stored in my db -- and I've got a particular
field, let's call it 'value' set as 'db.IntegerProperty()' in my model
definition.  If I change this to 'db.FloatProperty()', what happens?

I would imagine that the existing values in the db remain Integers,
while the new ones coming in are floats, and that should be fine for
my purposes. But will it work?  I suppose the only way to know is try,
but I don't want to mangle my database, which has quite a bit of data
in it.

What will happen in this case?

-s

--~--~---------~--~----~------------~-------~--~----~
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 
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