i got this warning box prior to the list of run queries for the update of 4.7.2.

user warning: Duplicate key name 'vid' query: ALTER TABLE
node ADD UNIQUE (vid)
in /var/xxxxxxx/drupal/includes/database.mysql.inc on line 120.

the update completed with only the following failure (see 3rd)

Update #180

Comments

darthcheeta’s picture

got the same problem... anyone have a resolution?

darthcheeta’s picture

went in to change it by hand and got this back:

Error

SQL-query :

ALTER TABLE `node` ADD UNIQUE (
`vid`
)

MySQL said:

Duplicate key name 'vid'

My site seems to be working, haven't noticed anything buggy yet. Is this critical?