https://bugzilla.wikimedia.org/show_bug.cgi?id=20953
Summary: Upgrade from 1.10 to 1.16 broke redirect table
Product: MediaWiki
Version: 1.16
Platform: Other
OS/Version: Linux
Status: NEW
Severity: blocker
Priority: Normal
Component: Database
AssignedTo: [email protected]
ReportedBy: [email protected]
We have mediawiki 1.10 and we upgrade straight to 1.16 alpha version and we are
missing the last to columns in the redirect
table(rd_interwiki,rd_fragment)after the upgrade.
So we are left with the first 3 columns only
CREATE TABLE redirect (
rd_from INTEGER NOT NULL PRIMARY KEY,
--REFERENCES page(page_id) ON DELETE CASCADE,
rd_namespace SMALLINT NOT NULL DEFAULT 0,
rd_title VARCHAR(255) NOT NULL DEFAULT '',
rd_interwiki varchar(32),
rd_fragment VARCHAR(255)<-last 2 rows not in mySQL db );
);
Can somone look into this and fix this .. we need to ensure that all columns +
data are moved over when we do the upgrade from 1.10 to 1.16
--
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- 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
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l