From ff6e11b7bc07864790b1a64fd1bec5bdcf43fec1 Mon Sep 17 00:00:00 2001 From: Miles Lott Date: Tue, 27 Feb 2001 13:49:15 +0000 Subject: [PATCH] Add note as contacts field --- setup/sql/pgsql_newtables.inc.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup/sql/pgsql_newtables.inc.php b/setup/sql/pgsql_newtables.inc.php index a022ddf59f..307999fc24 100644 --- a/setup/sql/pgsql_newtables.inc.php +++ b/setup/sql/pgsql_newtables.inc.php @@ -132,6 +132,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 boolean DEFAULT 'n' NOT NULL, a_tel_home boolean DEFAULT 'n' NOT NULL, @@ -309,7 +310,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(); ?>