From 634e0611e329d51f802e0260cc301e22b66ea9a2 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Mon, 30 Apr 2007 23:01:52 +0000 Subject: [PATCH] Fix for upgrade from 1.4 and below, caught with upgradeTest.py --- maintenance/updaters.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/maintenance/updaters.inc b/maintenance/updaters.inc index af6b192a1e..8d1753d314 100644 --- a/maintenance/updaters.inc +++ b/maintenance/updaters.inc @@ -421,6 +421,7 @@ function do_schema_restructuring() { rev_timestamp char(14) binary NOT NULL default '', rev_minor_edit tinyint(1) unsigned NOT NULL default '0', rev_deleted tinyint(1) unsigned NOT NULL default '0', + rev_len int(8) unsigned, rev_parent_id int(8) unsigned default NULL, PRIMARY KEY rev_page_id (rev_page, rev_id), UNIQUE INDEX rev_id (rev_id), -- 2.20.1