Skip to content
Snippets Groups Projects
Commit 11ec74ff authored by mooffie's avatar mooffie
Browse files

#322404, Malformed table index in flag_content [patch by lyricnz]

parent ac398469
No related branches found
Tags 8.x-1.3
No related merge requests found
......@@ -241,7 +241,7 @@ function flag_schema() {
),
'primary key' => array('fid', 'content_type', 'content_id'),
'indexes' => array(
'fid_content_type' => array('fid, content_type'),
'fid_content_type' => array('fid', 'content_type'),
'content_type_content_id' => array('content_type', 'content_id'),
),
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment