schema: fix reinitialization not working for older databases
This commit is contained in:
parent
1d76589693
commit
5ddc750427
2 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue