Adding cat_id to phpgw_addressbook

This commit is contained in:
Miles Lott
2001-03-25 05:39:03 +00:00
parent ba4a726d8b
commit e1e01851d7
5 changed files with 86 additions and 3 deletions

View File

@ -107,6 +107,7 @@
tid varchar(1),
owner int,
access char(7),
cat_id varchar(32),
fn varchar(64),
n_family varchar(64),
n_given varchar(64),
@ -311,7 +312,7 @@
)";
$phpgw_setup->db->query($sql);
$phpgw_info['setup']['currentver']['phpgwapi'] = '0.9.10pre21';
$phpgw_info['setup']['currentver']['phpgwapi'] = '0.9.10pre22';
$phpgw_info['setup']['oldver']['phpgwapi'] = $phpgw_info['setup']['currentver']['phpgwapi'];
update_version_table();
?>