Matthias Mullie has submitted this change and it was merged. Change subject: fix install on SQLite ......................................................................
fix install on SQLite The `aft_article_answer_text` table definition was incorrect for SQLite processing which expect 'PRIMARY KEY' to be passed along AUTO_INCREMENT. Untested on MySQL Change-Id: I365ffb218653d1c6d2f287021d1ac8c99e3bcb84 --- M sql/ArticleFeedbackv5.sql 1 file changed, 2 insertions(+), 3 deletions(-) Approvals: Matthias Mullie: Verified; Looks good to me, approved -- To view, visit https://gerrit.wikimedia.org/r/15731 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I365ffb218653d1c6d2f287021d1ac8c99e3bcb84 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/ArticleFeedbackv5 Gerrit-Branch: master Gerrit-Owner: Hashar <[email protected]> Gerrit-Reviewer: Asher <[email protected]> Gerrit-Reviewer: Catrope <[email protected]> Gerrit-Reviewer: Matthias Mullie <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
