]> git.wh0rd.org Git - tt-rss.git/commitdiff
misc schema updates
authorAndrew Dolgov <fox@madoka.spb.ru>
Wed, 23 Nov 2005 09:35:08 +0000 (10:35 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Wed, 23 Nov 2005 09:35:08 +0000 (10:35 +0100)
schema/ttrss_schema_mysql.sql
schema/ttrss_schema_pgsql.sql

index 88c1f7afa4ac11bde770dc4b75050acf7be93b9a..d53478d1b23ff31f8078ac5a540179977f063e10 100644 (file)
@@ -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;
index 86dde5fca5ef55c9976e613feeb1b4505eb57856..85c92689af3fa69587cbf522a3ae9d0e8312adc9 100644 (file)
@@ -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;