From e9fcea57b935a325616b3f493814f20f9167a1b4 Mon Sep 17 00:00:00 2001 From: seek3r Date: Fri, 15 Dec 2000 07:17:56 +0000 Subject: [PATCH] forgot to drop one of teh tables --- 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 abe9701e41..296b481c41 100644 --- a/setup/sql/pgsql_droptables.inc.php +++ b/setup/sql/pgsql_droptables.inc.php @@ -31,6 +31,7 @@ $db->query("DROP TABLE todo"); $db->query("DROP TABLE calendar_entry"); $db->query("DROP TABLE calendar_entry_user"); + $db->query("DROP TABLE calendar_entry_repeats"); $db->query("drop sequence newsgroups_con_seq"); $db->query("DROP TABLE newsgroups"); $db->query("DROP TABLE lang");