mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-22 05:12:25 +01:00
Add missing account_type setting in function upgrade0_9_10pre3()
This commit is contained in:
parent
f889fb9a34
commit
0e9d37f2df
@ -920,6 +920,7 @@
|
||||
$phpgw_setup->db->query($sql);
|
||||
|
||||
$phpgw_setup->db->query("insert into phpgw_accounts select * from phpgw_temp",__LINE__,__FILE__);
|
||||
$phpgw_setup->db->query("update phpgw_accounts set account_type='u'",__LINE__,__FILE__);
|
||||
$phpgw_setup->db->query("drop table phpgw_temp",__LINE__,__FILE__);
|
||||
$phpgw_setup->db->query("drop sequence accounts_account_id_seq");
|
||||
$phpgw_setup->db->query("drop table accounts");
|
||||
|
Loading…
Reference in New Issue
Block a user