From ef89f83d82dbe565608a07da4c36a7391f792ca6 Mon Sep 17 00:00:00 2001 From: Miles Lott Date: Wed, 4 Apr 2001 01:52:18 +0000 Subject: [PATCH] and the sequence for addressbook... --- 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 5031405cd3..ac711b2ff7 100644 --- a/setup/sql/pgsql_droptables.inc.php +++ b/setup/sql/pgsql_droptables.inc.php @@ -27,6 +27,7 @@ $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");