From 3c5dff6be0417a9cc04b23b66fa65c14d8809e07 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sat, 25 Nov 2006 00:44:20 +0000 Subject: [PATCH] r1321: We need TABLE_PREFIX in upgrade9.php --- install/upgrade9.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/upgrade9.php b/install/upgrade9.php index e53f20f..9308e01 100644 --- a/install/upgrade9.php +++ b/install/upgrade9.php @@ -50,7 +50,7 @@ if ($bugsys->in['mark'] == 1)

Changing the storage type of the time zone field from INT to FLOAT to fix a bug.

query("ALTER TABLE user CHANGE timezone timezone float(4) NOT NULL DEFAULT 0"); + $db->query("ALTER TABLE " . TABLE_PREFIX . "user CHANGE timezone timezone float(4) NOT NULL DEFAULT 0"); echo "... done
\n"; } -- 2.22.5