ITEMS import from database from a couple years ago
I have a database from a couple years ago that I ONLY want to import some items from that old one into the new database. I've found that there are just a few changes to the ITEMS part since then, mainly it has to do with a sixth augment slot being added. However, this is a LOT of work (280+ fields for each item) to redo.
I'm curious if there's a way to import the old items into the new database without manually entering the items all over again. I thought about creating a test database and just going in and manually creating the new fields, then dumping that into an sql file, then running the sql file on the new database with the new fields added, but is that the easiest way to do that?
|