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
Comment #1
samuelet commentedIt'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.
Comment #2
deshilachado commentedok, thanks for the quick reply.
for my part the question is answered and the issue could be closed.
Comment #3
samuelet commented