I've been considering upgrading to rails 3 for some time now. It's now become viable for me to re-create my application (with a few extra bells and whistles). I can re-make the application with no real problems with the help of Railscasts and my basic knowledge, however my issue is the database. My database contains a number of entries that need to remain in the newer version and obviously I don't want to have to manually re-create every single entry. I will re-create most of the important fields of my SQLite database, excluding a few ones which aren't necessary. How can I make my new application use the old database when it will have some new columns and other different things?
Any help?
Best Regards,
Joe