While trying to upgrade to 6.1 from 6.0, at the last step, I get this error:

Query Failed:ALTER TABLE products modify column id char(36) NOT NULL , modify column contact_id char(36) NULL , modify column manufacturer_id char(36) NULL , ADD INDEX idx_PRODUCT_name (name)::MySQL error 1061: Duplicate key name 'idx_PRODUCT_name'

I have no idea what this means. Here are the tables I have:

products
| products_accounts
| products_audit
| products_cstm
| products_products
| products_projects
| products_quotes

Any thoughts?? How can I fix this??

Thanks,
Tom