From 073de053250993a0b7af9ffb73ec738a7971924d Mon Sep 17 00:00:00 2001 From: Miles Lott Date: Thu, 31 May 2001 21:44:52 +0000 Subject: [PATCH] Update setup.inc.php and tables_current possible field change do not touch these files --- infolog/setup/setup.inc.php | 34 +++++++++++++++++++++++----- infolog/setup/tables_current.inc.php | 6 ++--- 2 files changed, 31 insertions(+), 9 deletions(-) diff --git a/infolog/setup/setup.inc.php b/infolog/setup/setup.inc.php index d0c21a0db2..43e595b67d 100755 --- a/infolog/setup/setup.inc.php +++ b/infolog/setup/setup.inc.php @@ -1,9 +1,31 @@ 'phpgwapi', + 'versions' => Array('0.9.10', '0.9.11' , '0.9.12', '0.9.13') + ); ?> diff --git a/infolog/setup/tables_current.inc.php b/infolog/setup/tables_current.inc.php index 1540cfad40..59206c9202 100644 --- a/infolog/setup/tables_current.inc.php +++ b/infolog/setup/tables_current.inc.php @@ -12,10 +12,10 @@ /* $Id$ */ $phpgw_baseline = array( - 'infolog' => array( + 'phpgw_infolog' => array( 'fd' => array( 'info_id' => array('type' => 'auto', 'nullable' => false), - 'info_type' => array('type' => 'enum', + 'info_type' => array('type' => 'varchar', 'precision' => 25), 'info_id_parent' => array('type' => 'int', 'precision' => 4, 'nullable' => false), 'info_owner' => array('type' => 'varchar', 'precision' => 25), 'info_access' => array('type' => 'varchar', 'precision' => 10), @@ -31,6 +31,6 @@ 'fk' => array(), 'ix' => array(), 'uc' => array() - ), + ) ); ?>