Last modified: 2014-04-17 15:25:53 UTC
wikimetrics/models/mediawiki/page.py has page_id as signed integer, while MediaWiki's maintenance/tables.sql has the column unsigned. This mismatch causes problems when building wikimetrics' contraints against a real MediaWiki database. MySQL refuses to have a foreign key on column whose type mismatches.
I think bug and this other one: 63006 should be consolidated into one.
(In reply to nuria from comment #1) > I think bug and this other one: 63006 should be consolidated into one. They are different problems, that look (and mostly likely are) related. But you can obviously fix one without the other. So I'd keep them separated. But I do not really care too much. If you prefer to merge them, be bold and merge them.
Prioritization and scheduling of this bug is tracked on Mingle card https://wikimedia.mingle.thoughtworks.com/projects/analytics/cards/cards/1495
closed in favor of https://bugzilla.wikimedia.org/show_bug.cgi?id=64063