Hello. I’m trying to update a 1.x site from 1.6.8 to 1.7.0 and I get this error message when I run the update.php script:
MySQL ERROR:
Error Number: 1060
Description: Duplicate column name ‘username’
Query: ALTER TABLE `exp_password_lockout` ADD `username` VARCHAR(50) NOT NULL AFTER `user_agent`
What does this mean and how can I fix it?
Thanks.