00:00:02.153 A database query error has occurred.
00:00:02.155 Query: CREATE TABLE /*$wgDBPrefix*/cv_ratings_votes (
00:00:02.156 vot_category BLOB NOT NULL default '',
00:00:02.158 vot_title BLOB NOT NULL default '',
00:00:02.159 vot_user INTEGER NOT NULL default 0,
00:00:02.160 vot_rating INTEGER NOT NULL default 0,
00:00:02.162 INDEX vot_category_title ( vot_category, vot_title ),
00:00:02.163 INDEX vot_category_title_user ( vot_category, vot_title, vot_user ),
00:00:02.165 INDEX vot_category_title_rating ( vot_category, vot_title, vot_rating )
00:00:02.166 )
00:00:02.167 Function: DatabaseBase::sourceFile( /srv/ssd/jenkins-slave/workspace/mwext-CommunityVoice-testextensions-master/extensions/CommunityVoice/CommunityVoice.sql )
00:00:02.169 Error: 1 near "INDEX": syntax error
The extension needs to be tweaked to support sqlite which should be fairly trivial.
Version: unspecified
Severity: normal