]> git.wh0rd.org - tt-rss.git/commitdiff
schema: fix reinitialization not working for older databases
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Tue, 28 May 2013 12:21:19 +0000 (16:21 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Tue, 28 May 2013 12:21:19 +0000 (16:21 +0400)
schema/ttrss_schema_mysql.sql
schema/ttrss_schema_pgsql.sql

index aa11970914d3755a19530244af9b309900388442..e8d5f64b941ff18a3f2a2abe3cee15184b088414 100644 (file)
@@ -14,6 +14,7 @@ drop table if exists ttrss_labels;
 drop table if exists ttrss_filters2_actions;
 drop table if exists ttrss_filters2_rules;
 drop table if exists ttrss_filters2;
+drop table if exists ttrss_filters;
 drop table if exists ttrss_filter_types;
 drop table if exists ttrss_filter_actions;
 drop table if exists ttrss_user_prefs;
index 79634678d12c05306edcc8a67c70b34d40716e8b..feb5cece390e0773d1eb2df912e00011600971cd 100644 (file)
@@ -11,6 +11,7 @@ drop table if exists ttrss_labels;
 drop table if exists ttrss_filters2_rules;
 drop table if exists ttrss_filters2_actions;
 drop table if exists ttrss_filters2;
+drop table if exists ttrss_filters;
 drop table if exists ttrss_filter_types;
 drop table if exists ttrss_filter_actions;
 drop table if exists ttrss_user_prefs;