]> git.wh0rd.org - tt-rss.git/blobdiff - schema/ttrss_schema_mysql.sql
schema: fix reinitialization not working for older databases
[tt-rss.git] / schema / ttrss_schema_mysql.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;