The update to user_mailman_register 6.x_2.2 gives me some warnings:

user warning: Duplicate column name 'lmod' query: ALTER TABLE mailman_users ADD `lmod` INT NOT NULL DEFAULT 0 in /kunden/229719_22926/webseiten/drupal/includes/database.mysql-common.inc on line 298.

and

The following queries were executed
user_mailman_register module
Update #6005

    * Failed: ALTER TABLE {mailman_users} ADD `lmod` INT NOT NULL DEFAULT 0

I'm not sure what this means and whether or not I am supposed to take any action.

Comments

samuelet’s picture

Title: Database warnings on update » Database warnings on update - Duplicate column name 'lmod'
Priority: Normal » Minor

It's a stupid bug, all the needed updates are correctly executed and no further action is needed.
Probably due to a missed typo in the install file, update #6005 is a duplicate of #6004 (which was correctly completed) and the error is thrown simply because the query cannot be executed twice.

deshilachado’s picture

ok, thanks for the quick reply.
for my part the question is answered and the issue could be closed.

samuelet’s picture

Status: Active » Closed (fixed)