mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-09 16:35:02 +02:00
Change mysql only phpgw_app_sessions.content to longtext
This commit is contained in:
@ -78,7 +78,7 @@
|
||||
loginid varchar(20),
|
||||
location varchar(255),
|
||||
app varchar(20),
|
||||
content text,
|
||||
content longtext,
|
||||
session_dla int
|
||||
)";
|
||||
$phpgw_setup->db->query($sql);
|
||||
@ -348,7 +348,7 @@
|
||||
)";
|
||||
$phpgw_setup->db->query($sql);
|
||||
|
||||
$phpgw_info['setup']['currentver']['phpgwapi'] = '0.9.10pre27';
|
||||
$phpgw_info['setup']['currentver']['phpgwapi'] = '0.9.10pre28';
|
||||
$phpgw_info['setup']['oldver']['phpgwapi'] = $phpgw_info['setup']['currentver']['phpgwapi'];
|
||||
update_version_table();
|
||||
// $phpgw_setup->update_version_table();
|
||||
|
Reference in New Issue
Block a user