To get the items you had before, you would need to source your old database again (you can even do it into a new database name so you don't have to delete the one you have now), then, run the update that I posted above to adjust the items table so it is compatible with current DBs. Then, just dump the items table alone to sql. Last, just source that items sql file you made into your existing database. It should now be updated with the new field change and be compatible with the new items table adjustment.
|