mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-03 13:25:05 +01:00
Update list of tables
This commit is contained in:
parent
d361c553a1
commit
dce1ad12c8
@ -25,9 +25,6 @@
|
||||
$phpgw_setup->db->query("DROP TABLE phpgw_addressbook");
|
||||
$phpgw_setup->db->query("DROP TABLE phpgw_addressbook_extra");
|
||||
$phpgw_setup->db->query("DROP TABLE phpgw_todo");
|
||||
$phpgw_setup->db->query("DROP TABLE calendar_entry");
|
||||
$phpgw_setup->db->query("DROP TABLE calendar_entry_repeats");
|
||||
$phpgw_setup->db->query("DROP TABLE calendar_entry_user");
|
||||
$phpgw_setup->db->query("DROP TABLE newsgroups");
|
||||
$phpgw_setup->db->query("DROP TABLE news_msg");
|
||||
$phpgw_setup->db->query("DROP TABLE lang");
|
||||
@ -37,6 +34,16 @@
|
||||
$phpgw_setup->db->query("DROP TABLE phpgw_notes");
|
||||
$phpgw_setup->db->query("DROP TABLE phpgw_nextid");
|
||||
|
||||
$phpgw_setup->db->query("DROP TABLE phpgw_cal");
|
||||
$phpgw_setup->db->query("DROP TABLE phpgw_cal_user");
|
||||
$phpgw_setup->db->query("DROP TABLE phpgw_cal_repeats");
|
||||
$phpgw_setup->db->query("DROP TABLE calendar_entry");
|
||||
$phpgw_setup->db->query("DROP TABLE calendar_entry_user");
|
||||
$phpgw_setup->db->query("DROP TABLE calendar_entry_repeats");
|
||||
$phpgw_setup->db->query("DROP TABLE calendar_entry");
|
||||
$phpgw_setup->db->query("DROP TABLE calendar_entry_repeats");
|
||||
$phpgw_setup->db->query("DROP TABLE calendar_entry_user");
|
||||
|
||||
/* Legacy tables */
|
||||
|
||||
$phpgw_setup->db->query("DROP TABLE config");
|
||||
|
@ -26,18 +26,30 @@
|
||||
$phpgw_setup->db->query("drop sequence phpgw_hooks_hook_id_seq");
|
||||
$phpgw_setup->db->query("DROP TABLE phpgw_hooks");
|
||||
$phpgw_setup->db->query("DROP TABLE profiles");
|
||||
|
||||
$phpgw_setup->db->query("DROP TABLE addressbook");
|
||||
$phpgw_setup->db->query("drop sequence addressbook_id_seq");
|
||||
$phpgw_setup->db->query("drop sequence phpgw_addressbook_id_seq");
|
||||
$phpgw_setup->db->query("DROP TABLE phpgw_addressbook");
|
||||
$phpgw_setup->db->query("DROP TABLE phpgw_addressbook_extra");
|
||||
$phpgw_setup->db->query("drop sequence calendar_entry_cal_id_seq");
|
||||
|
||||
$phpgw_setup->db->query("DROP TABLE phpgw_nextid");
|
||||
|
||||
$phpgw_setup->db->query("drop sequence todo_todo_id_seq");
|
||||
$phpgw_setup->db->query("DROP TABLE todo");
|
||||
$phpgw_setup->db->query("DROP TABLE phpgw_todo");
|
||||
$phpgw_setup->db->query("DROP sequence phpgw_todo_id_seq");
|
||||
$phpgw_setup->db->query("DROP sequence phpgw_todo_todo_id_seq");
|
||||
|
||||
$phpgw_setup->db->query("DROP TABLE phpgw_cal");
|
||||
$phpgw_setup->db->query("DROP TABLE phpgw_cal_user");
|
||||
$phpgw_setup->db->query("DROP TABLE phpgw_cal_repeats");
|
||||
$phpgw_setup->db->query("DROP TABLE calendar_entry");
|
||||
$phpgw_setup->db->query("DROP TABLE calendar_entry_user");
|
||||
$phpgw_setup->db->query("DROP TABLE calendar_entry_repeats");
|
||||
$phpgw_setup->db->query("DROP sequence phpgw_cal_id_seq");
|
||||
$phpgw_setup->db->query("drop sequence calendar_entry_cal_id_seq");
|
||||
|
||||
$phpgw_setup->db->query("drop sequence newsgroups_con_seq");
|
||||
$phpgw_setup->db->query("DROP TABLE newsgroups");
|
||||
$phpgw_setup->db->query("DROP TABLE lang");
|
||||
|
Loading…
Reference in New Issue
Block a user