Matthias Mullie has submitted this change and it was merged. Change subject: fix DB install when ArticleFeedback is already there ......................................................................
fix DB install when ArticleFeedback is already there The ArticleFeedbackv5.sql would never be applied if ArticleFeedback was already there. The check for freshness was done on the old article_feedback table instead of aft_article_feedback. Change-Id: I7cea6b72e50563e387496457752ec0e15c5eaef8 --- M ArticleFeedbackv5.hooks.php 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Matthias Mullie: Verified; Looks good to me, approved -- To view, visit https://gerrit.wikimedia.org/r/15734 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I7cea6b72e50563e387496457752ec0e15c5eaef8 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
