From: Brion Vibber Date: Mon, 30 Apr 2007 23:01:52 +0000 (+0000) Subject: Fix for upgrade from 1.4 and below, caught with upgradeTest.py X-Git-Tag: 1.31.0-rc.0~53161 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dcompta/comptes/journal.php?a=commitdiff_plain;h=634e0611e329d51f802e0260cc301e22b66ea9a2;p=lhc%2Fweb%2Fwiklou.git Fix for upgrade from 1.4 and below, caught with upgradeTest.py --- 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),