diff options
author | Dries Buytaert <dries@buytaert.net> | 2001-12-09 18:58:27 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2001-12-09 18:58:27 +0000 |
commit | 9da79bc8c47961a95b6be80cdd1092ccda91efde (patch) | |
tree | e99280592f67191d7e870cb2d98536e4adb7a7a0 /update.php | |
parent | bf810154f6f1ccde131bf5435a3403cce0242972 (diff) | |
download | brdo-9da79bc8c47961a95b6be80cdd1092ccda91efde.tar.gz brdo-9da79bc8c47961a95b6be80cdd1092ccda91efde.tar.bz2 |
- Fixed a few feed glitched reported by Mark.
- Dropped a few database tables that where no longer needed.
Diffstat (limited to 'update.php')
-rw-r--r-- | update.php | 3 |
1 files changed, 3 insertions, 0 deletions
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 |