Add contact note field and update version num

This commit is contained in:
Miles Lott 2001-02-27 13:47:43 +00:00
parent 3b23a73fab
commit bf29d759eb

View File

@ -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();