automember.mysql doesnt include "counter" field in automember table creation.

CommentFileSizeAuthor
#3 automembersql.patch41 bytesgrohk

Comments

Uwe Hermann’s picture

grohk’s picture

Priority: Normal » Critical

Does anyone know what parameters that field should have? I would like to manually fix this in my database but I don't know what type of field it should be.

grohk’s picture

StatusFileSize
new41 bytes

here is the missing column

count INT(8) DEFAULT "0" NOT NULL,

The older 1.4 version of the MySQL works. Get it here:

http://cvs.drupal.org/viewcvs/*checkout*/contributions/modules/automembe...

njivy’s picture

Fixed. Thanks for noticing, people!

Anonymous’s picture