From bf29d759ebd91ceb46b5f8d145ecd00cfda674bd Mon Sep 17 00:00:00 2001 From: Miles Lott Date: Tue, 27 Feb 2001 13:47:43 +0000 Subject: [PATCH] Add contact note field and update version num --- setup/sql/mysql_newtables.inc.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup/sql/mysql_newtables.inc.php b/setup/sql/mysql_newtables.inc.php index 08e619649a..7e36aac765 100644 --- a/setup/sql/mysql_newtables.inc.php +++ b/setup/sql/mysql_newtables.inc.php @@ -134,6 +134,7 @@ geo varchar(32), url varchar(128), bday varchar(32), + note text, a_tel varchar(40) DEFAULT '+1 (000) 000-0000' NOT NULL, a_tel_work enum('n','y') NOT NULL, a_tel_home enum('n','y') NOT NULL, @@ -333,7 +334,7 @@ );"; $phpgw_setup->db->query($sql); - $phpgw_info['setup']['currentver']['phpgwapi'] = '0.9.10pre13'; + $phpgw_info['setup']['currentver']['phpgwapi'] = '0.9.10pre14'; $phpgw_info['setup']['oldver']['phpgwapi'] = $phpgw_info['setup']['currentver']['phpgwapi']; update_version_table(); // $phpgw_setup->update_version_table();