Hey!

What do most users do for upgrading production databases?

I have an upgrade I'd like to make to my game, but it will require
model changes.

I could:
1. export the whole database, drop the tables, load the new schema,
import the database
2. update just the tables that changed

either way, I'll have to run a "fix-up" script to put meaningful values
in the new fields. 

What do most people do?

Thx,
Sandy


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to