- Problem
The sql dumps show the following fields defined in the wrong position within their tables:
o categorylinks.cl_sortkey_prefix;
o imagelinks.il_from_namespace;
o interwiki.*;
o page.page_links_updated;
o page_restrictions.pr_id;
o pagelinks.pl_from_namespace; and
o templatelinks.tl_from_namespace.
This means that the database schema in the sql dumps (as of 2015-06) does not agree with maintenance/tables.sql (as of 2015-06).
See https://git.wikimedia.org/blob/mediawiki%2Fcore.git/HEAD/maintenance%2Ftables.sql.
- Requested action
Please rewrite the CREATE TABLE commands for these seven tables for future sql dumps.