My database was damaged in the transfer with an error. How can I get round this?
Current DB version : 2.4
ERROR: Unable to execute query
ALTER TABLE `signup` ADD `adult` TINYINT( 1 ) DEFAULT '0' NOT NULL;
Duplicate column name 'adult'
My database was damaged in the transfer with an error. How can I get round this?
Current DB version : 2.4
ERROR: Unable to execute query
ALTER TABLE `signup` ADD `adult` TINYINT( 1 ) DEFAULT '0' NOT NULL;
Duplicate column name 'adult'
Bookmarks