Hey there,

I moved a site's mysite install from a friend to 5.x-6 to the latest version 5.x-19 and I got this error after running update.php

user warning: Duplicate column name 'confirm' query: ALTER TABLE mysite ADD confirm varchar(1) NOT NULL default 0; in /geekomatik.com/docroot/includes/database.mysql.inc on line 172.

Should I try something special to fix it, or does it mean that the table was already updated earlier?

Comments

agentrickard’s picture

Status: Active » Closed (fixed)

Yes. It means the table was already updated. This should not be an issue.