mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-14 01:48:35 +01:00
Add contact note field and update version num
This commit is contained in:
parent
3b23a73fab
commit
bf29d759eb
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user