Stuart Wright
Well-known member
Running from the CLI on our sandbox (xf2.avforums.com):
Running upgrade to 2.2.0 Alpha, step 9... done.
Running upgrade to 2.2.0 Alpha, step 10...
In AbstractStatement.php line 228:
xf_post: MySQL query error [1034]: Incorrect key file for table 'xf_post'; try to repair it
xf:upgrade [--skip-statistics]
Exception query:
ALTER TABLExf_post
ADDtype_dataMEDIUMBLOB NOT NULL AFTERposition,
ADDvote_scoreINT NOT NULL,
ADDvote_countINT UNSIGNED NOT NULL DEFAULT '0',
ADD KEYthread_id_score_date(thread_id,vote_scoreDESC,post_date)