misc schema updates
This commit is contained in:
parent
703b632ee9
commit
a04a687d90
2 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,7 @@ drop table if exists ttrss_feeds;
|
||||||
drop table if exists ttrss_labels;
|
drop table if exists ttrss_labels;
|
||||||
drop table if exists ttrss_filters;
|
drop table if exists ttrss_filters;
|
||||||
drop table if exists ttrss_feed_categories;
|
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_user_prefs;
|
||||||
drop table if exists ttrss_users;
|
drop table if exists ttrss_users;
|
||||||
|
|
|
@ -8,6 +8,7 @@ drop table ttrss_feeds;
|
||||||
drop table ttrss_labels;
|
drop table ttrss_labels;
|
||||||
drop table ttrss_filters;
|
drop table ttrss_filters;
|
||||||
drop table ttrss_feed_categories;
|
drop table ttrss_feed_categories;
|
||||||
|
drop table ttrss_feeds;
|
||||||
|
|
||||||
drop table ttrss_user_prefs;
|
drop table ttrss_user_prefs;
|
||||||
drop table ttrss_users;
|
drop table ttrss_users;
|
||||||
|
|
Loading…
Reference in a new issue