If you change your database schema (such as renaming/dropping fields) from one program version to the next, is there an easy way to make data ex/im-porting easy? Or is it either:
a) Specify to users exactly what fields they need to export (what about renamed fields?).
b) Create scripts that use ALTER TABLE to change the database.
?