mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +01:00
removed after in pgsql_update
This commit is contained in:
parent
b58ac26b3a
commit
22f4074433
@ -859,7 +859,7 @@
|
||||
$test[] = "0.9.10pre1";
|
||||
function upgrade0_9_10pre1(){
|
||||
global $phpgw_info, $phpgw_setup;
|
||||
$phpgw_setup->db->query("alter table phpgw_categories add column cat_access varchar(25) after cat_owner");
|
||||
$phpgw_setup->db->query("alter table phpgw_categories add column cat_access varchar(25)");
|
||||
$phpgw_info["setup"]["currentver"]["phpgwapi"] = "0.9.10pre2";
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user