From a04a687d90ba87f6aab8c1961aa8043b221d720f Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 23 Nov 2005 10:35:08 +0100 Subject: misc schema updates --- schema/ttrss_schema_mysql.sql | 1 + 1 file changed, 1 insertion(+) (limited to 'schema/ttrss_schema_mysql.sql') diff --git a/schema/ttrss_schema_mysql.sql b/schema/ttrss_schema_mysql.sql index 88c1f7afa..d53478d1b 100644 --- a/schema/ttrss_schema_mysql.sql +++ b/schema/ttrss_schema_mysql.sql @@ -8,6 +8,7 @@ drop table if exists ttrss_feeds; drop table if exists ttrss_labels; drop table if exists ttrss_filters; drop table if exists ttrss_feed_categories; +drop table if exists ttrss_feeds; drop table if exists ttrss_user_prefs; drop table if exists ttrss_users; -- cgit v1.2.3-54-g00ecf