From 9da79bc8c47961a95b6be80cdd1092ccda91efde Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 9 Dec 2001 18:58:27 +0000 Subject: - Fixed a few feed glitched reported by Mark. - Dropped a few database tables that where no longer needed. --- update.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'update.php') diff --git a/update.php b/update.php index b648584cf..e791ff4b9 100644 --- a/update.php +++ b/update.php @@ -250,6 +250,9 @@ function update_12() { function update_13() { update_sql("ALTER TABLE referer RENAME AS referrer;"); + update_sql("DROP TABLE blog;"); + update_sql("DROP TABLE story;"); + update_sql("DROP TABLE forum;"); } // System functions -- cgit v1.2.3