mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 21:55:56 +00:00
schema: fix reinitialization not working for older databases
This commit is contained in:
@@ -14,6 +14,7 @@ drop table if exists ttrss_labels;
|
|||||||
drop table if exists ttrss_filters2_actions;
|
drop table if exists ttrss_filters2_actions;
|
||||||
drop table if exists ttrss_filters2_rules;
|
drop table if exists ttrss_filters2_rules;
|
||||||
drop table if exists ttrss_filters2;
|
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_types;
|
||||||
drop table if exists ttrss_filter_actions;
|
drop table if exists ttrss_filter_actions;
|
||||||
drop table if exists ttrss_user_prefs;
|
drop table if exists ttrss_user_prefs;
|
||||||
|
|||||||
@@ -11,6 +11,7 @@ drop table if exists ttrss_labels;
|
|||||||
drop table if exists ttrss_filters2_rules;
|
drop table if exists ttrss_filters2_rules;
|
||||||
drop table if exists ttrss_filters2_actions;
|
drop table if exists ttrss_filters2_actions;
|
||||||
drop table if exists ttrss_filters2;
|
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_types;
|
||||||
drop table if exists ttrss_filter_actions;
|
drop table if exists ttrss_filter_actions;
|
||||||
drop table if exists ttrss_user_prefs;
|
drop table if exists ttrss_user_prefs;
|
||||||
|
|||||||
Reference in New Issue
Block a user