included drop table phpgw_hooks to pgsql_droptables

This commit is contained in:
bettina 2001-01-31 15:57:46 +00:00
parent 9aced5d7ce
commit ed2afb77f2

View File

@ -44,4 +44,6 @@
$phpgw_setup->db->query("DROP TABLE phpgw_categories"); $phpgw_setup->db->query("DROP TABLE phpgw_categories");
$phpgw_setup->db->query("DROP sequence notes_note_id_seq"); $phpgw_setup->db->query("DROP sequence notes_note_id_seq");
$phpgw_setup->db->query("DROP TABLE notes"); $phpgw_setup->db->query("DROP TABLE notes");
$phpgw_setup->db->query("drop sequence phpgw_hooks_hook_id_seq");
$phpgw_setup->db->query("DROP TABLE phpgw_hooks");
?> ?>