removed after in pgsql_update

This commit is contained in:
bettina 2001-01-31 00:07:57 +00:00
parent b58ac26b3a
commit 22f4074433

View File

@ -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";
}