From a99b66c70483102ebcd3ce3dc872b07bf8927d76 Mon Sep 17 00:00:00 2001 From: Gerhard Killesreiter Date: Thu, 20 Apr 2006 16:34:31 +0000 Subject: #59596, update sets system.weight to unsigned, patch by Heine --- update.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'update.php') diff --git a/update.php b/update.php index d3b332926..ff607cec1 100644 --- a/update.php +++ b/update.php @@ -571,7 +571,7 @@ function update_fix_system_table() { break; case 'mysql': case 'mysqli': - $ret[] = update_sql("ALTER TABLE {system} ADD weight tinyint(3) unsigned default '0' NOT NULL, ADD KEY (weight)"); + $ret[] = update_sql("ALTER TABLE {system} ADD weight tinyint(2) default '0' NOT NULL, ADD KEY (weight)"); break; } } -- cgit v1.2.3