I decided to rebuild an established app from scratch. Now, I need to migrate all the old data to the new schema.
Most of the tables match up, but there are some differences that keep me from just porting the data directly over.
So how would I go about transferring the old data to the new schema?
It's not only renaming table names...there's also some data changes that need to happen along with it. So, something like basically creating new entires in the new database using the old database as the "base" data for creating the records.