Quote:
Today at 04:04 PM glo said this in Post #123
Hi Logician,
I ran the query for the 2.03 upgrade, but got the follwing error.
_____________________________________
Database glo_vb - Table wt2_visitlogs running on localhost
Error
SQL-query :
ALTER TABLE `wt2_templates` ADD `vbtemplates` MEDIUMTEXT NOT NULL
MySQL said:
Duplicate column name 'vbtemplates'
Back
____________________________________
However, i cant see that the table vbtemplates at all!
|
it seems that you run the query twice.
"vbtemplates" is not a new table, it is a column in wt2_templates table so check there. According to your error message it should be already there.