From 83b44eb5423851d214de65cf2b0608c670c96913 Mon Sep 17 00:00:00 2001 From: jengo Date: Wed, 25 Oct 2000 21:42:44 +0000 Subject: [PATCH] Forgot about the preferences table --- setup/upgradetables_pgsql.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/upgradetables_pgsql.inc.php b/setup/upgradetables_pgsql.inc.php index a2ae662d9a..940ec3bf3a 100644 --- a/setup/upgradetables_pgsql.inc.php +++ b/setup/upgradetables_pgsql.inc.php @@ -239,6 +239,7 @@ $db->query("update todo set todo_owner=accounts.account_id where todo_owner=accounts.account_lid"); $db->query("update webcal_entry set cal_create_by=accounts.account_id where cal_create_by=accounts.account_lid"); $db->query("update webcal_entry_user set cal_login=accounts.account_id where cal_login=accounts.account_lid"); + $db->query("update preferences set preference_owner=accounts.account_id where preference_owner=accounts.account_lid"); echo " \n"; echo " Upgrade from 0.9.2 to 0.9.3pre2 is completed.\n";