From: Andrew Dolgov Date: Wed, 23 Nov 2005 09:35:08 +0000 (+0100) Subject: misc schema updates X-Git-Tag: schema_feature_freeze_for_1.1~130 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=a04a687d90ba87f6aab8c1961aa8043b221d720f;p=tt-rss.git misc schema updates --- diff --git a/schema/ttrss_schema_mysql.sql b/schema/ttrss_schema_mysql.sql index 88c1f7af..d53478d1 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; diff --git a/schema/ttrss_schema_pgsql.sql b/schema/ttrss_schema_pgsql.sql index 86dde5fc..85c92689 100644 --- a/schema/ttrss_schema_pgsql.sql +++ b/schema/ttrss_schema_pgsql.sql @@ -8,6 +8,7 @@ drop table ttrss_feeds; drop table ttrss_labels; drop table ttrss_filters; drop table ttrss_feed_categories; +drop table ttrss_feeds; drop table ttrss_user_prefs; drop table ttrss_users;