mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
*** empty log message ***
This commit is contained in:
parent
4439cf4947
commit
11ff8a4e61
@ -41,17 +41,19 @@
|
||||
$phpgw_setup->db->query("drop sequence news_msg_con_seq");
|
||||
$phpgw_setup->db->query("DROP TABLE news_msg");
|
||||
$phpgw_setup->db->query("DROP TABLE languages");
|
||||
//$phpgw_setup->db->query("drop sequence categories_cat_id_seq");
|
||||
//$phpgw_setup->db->query("DROP TABLE categories");
|
||||
$phpgw_setup->db->query("drop sequence categories_cat_id_seq");
|
||||
$phpgw_setup->db->query("DROP TABLE categories");
|
||||
$phpgw_setup->db->query("DROP sequence phpgw_notes_note_id_seq");
|
||||
$phpgw_setup->db->query("DROP TABLE phpgw_notes");
|
||||
|
||||
$phpgw_setup->db->query("DROP TABLE config");
|
||||
$phpgw_setup->db->query("DROP TABLE applications");
|
||||
$phpgw_setup->db->query("drop sequence groups_group_id_seq");
|
||||
$phpgw_setup->db->query("DROP TABLE groups");
|
||||
$phpgw_setup->db->query("drop sequence accounts_account_id_seq");
|
||||
$phpgw_setup->db->query("DROP TABLE accounts");
|
||||
$phpgw_setup->db->query("DROP TABLE preferences");
|
||||
$phpgw_setup->db->query("DROP sequence notes_note_id_seq");
|
||||
$phpgw_setup->db->query("DROP TABLE notes");
|
||||
|
||||
//$phpgw_setup->db->query("DROP TABLE config");
|
||||
//$phpgw_setup->db->query("DROP TABLE applications");
|
||||
//$phpgw_setup->db->query("drop sequence groups_group_id_seq");
|
||||
//$phpgw_setup->db->query("DROP TABLE groups");
|
||||
//$phpgw_setup->db->query("drop sequence accounts_account_id_seq");
|
||||
//$phpgw_setup->db->query("DROP TABLE accounts");
|
||||
//$phpgw_setup->db->query("DROP TABLE preferences");
|
||||
|
||||
?>
|
||||
|
@ -1060,7 +1060,7 @@
|
||||
{
|
||||
global $phpgw_info, $phpgw_setup;
|
||||
|
||||
$phpgw_setup->db->query('alter table preferences rename phpgw_preferences',__LINE__,__FILE__);
|
||||
$phpgw_setup->db->query('alter table preferences rename to phpgw_preferences',__LINE__,__FILE__);
|
||||
|
||||
$phpgw_info['setup']['currentver']['phpgwapi'] = '0.9.10pre10';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user