If I do that, then I get:
Database error in vBulletin 3.5.1:
Invalid SQL:
CREATE TABLE donation_buttons (
id int(255) NOT NULL auto_increment,
goalid int(255) NOT NULL default '0',
amount decimal(10,2) default NULL,
Does the current script delete the following:
User table donor and showdonor fields
Donation_donors history (old donations)
If it only deletes the goals and buttons, I will run the normal install and recreate those. I'm just concerned about whether it touches the data in the User table or the donations table.
Let me know if you agree with this approach.
Thanks again!
|