Sheldon
Well-known member
I have a question....
 
I am trying to save a certain column in my table xf_user. Once I uninstall an add-on, it will be wiped and removed, then I am would like to install a newer version, and just bring back the old column information and over-write the newly installed column.
 
Like this:
 
xf_user
---sportsbook_cash (different user amounts contained, copy somehow)
 
Delete Sportsbook add-on.
 
Install new version
 
then back to this again:
xf_user
---sportsbook_cash (new version, all set at 0)
 
Import just that column, overwriting the new sportsbook_cash information (all 0's) with the old sportsbook_cash information (misc amounts).
 
I am sorry if I didn't explain that the best way, I am not the greatest with MySQL, still trying to learn (as you can see from the above). Is this even possible?
				
			I am trying to save a certain column in my table xf_user. Once I uninstall an add-on, it will be wiped and removed, then I am would like to install a newer version, and just bring back the old column information and over-write the newly installed column.
Like this:
xf_user
---sportsbook_cash (different user amounts contained, copy somehow)
Delete Sportsbook add-on.
Install new version
then back to this again:
xf_user
---sportsbook_cash (new version, all set at 0)
Import just that column, overwriting the new sportsbook_cash information (all 0's) with the old sportsbook_cash information (misc amounts).
I am sorry if I didn't explain that the best way, I am not the greatest with MySQL, still trying to learn (as you can see from the above). Is this even possible?
 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		