https://bugzilla.wikimedia.org/show_bug.cgi?id=63005

            Bug ID: 63005
           Summary: Page model's page_id does not match MediaWiki's
                    corresponding MySQL column type
           Product: Analytics
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Wikimetrics
          Assignee: wikibugs-l@lists.wikimedia.org
          Reporter: christ...@quelltextlich.at
                CC: christ...@quelltextlich.at, dandree...@wikimedia.org,
                    nu...@wikimedia.org, tneg...@wikimedia.org
       Web browser: ---
   Mobile Platform: ---

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to