From 5faa3312aa9d4044c3d4e2cd4be0a43469cd3100 Mon Sep 17 00:00:00 2001 From: Miles Lott Date: Wed, 4 Apr 2001 01:51:23 +0000 Subject: [PATCH] Delete old addressbook table --- setup/sql/pgsql_droptables.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/sql/pgsql_droptables.inc.php b/setup/sql/pgsql_droptables.inc.php index 918afabd8c..5031405cd3 100644 --- a/setup/sql/pgsql_droptables.inc.php +++ b/setup/sql/pgsql_droptables.inc.php @@ -26,6 +26,7 @@ $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 phpgw_addressbook_id_seq"); $phpgw_setup->db->query("DROP TABLE phpgw_addressbook"); $phpgw_setup->db->query("DROP TABLE phpgw_addressbook_extra");