From 3bbbded8e253c398bfc908f1e658c84baab5b6cc Mon Sep 17 00:00:00 2001 From: skeeter Date: Mon, 25 Aug 2003 10:10:12 +0000 Subject: [PATCH] Someone missed the latest addition of the account_id for NEW installs. --- phpgwapi/setup/tables_current.inc.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/phpgwapi/setup/tables_current.inc.php b/phpgwapi/setup/tables_current.inc.php index 82ad339851..5d0fa497d8 100644 --- a/phpgwapi/setup/tables_current.inc.php +++ b/phpgwapi/setup/tables_current.inc.php @@ -360,6 +360,8 @@ 'times' => array('type' => 'varchar','precision' => '255','nullable' => False), 'method' => array('type' => 'varchar','precision' => '80','nullable' => False), 'data' => array('type' => 'text','nullable' => False) + 'account_id' => array('type' => +'int','precision' => '4','nullable' => False,'default' => '0') ), 'pk' => array('id'), 'fk' => array(),