summaryrefslogtreecommitdiff
path: root/schema
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-23 10:35:08 +0100
committerAndrew Dolgov <[email protected]>2005-11-23 10:35:08 +0100
commita04a687d90ba87f6aab8c1961aa8043b221d720f (patch)
tree7df976492a92eb35d6de6a7469a42148e47112a6 /schema
parent703b632ee95a633f33084ffe6cd5db1017791276 (diff)
misc schema updates
Diffstat (limited to 'schema')
-rw-r--r--schema/ttrss_schema_mysql.sql1
-rw-r--r--schema/ttrss_schema_pgsql.sql1
2 files changed, 2 insertions, 0 deletions
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;
diff --git a/schema/ttrss_schema_pgsql.sql b/schema/ttrss_schema_pgsql.sql
index 86dde5fca..85c92689a 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;