'fid_content_type' => array('fid, content_type'),

should be

'fid_content_type' => array('fid', 'content_type'),

See patch.

CommentFileSizeAuthor
flag.install-index.patch475 byteslyricnz

Comments

mooffie’s picture

Status: Active » Fixed

Thanks. Committed.

(The malformed syntax seems to have worked, so we don't need to provide an updrage path.)

I wonder how you came to notice this bug.

lyricnz’s picture

Schema module reported the table as being inconsistent with the schema definition.

quicksketch’s picture

Nice catch, thanks lyricnz!

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.