mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-09 18:10:59 +02:00
misc schema updates
This commit is contained in:
parent
703b632ee9
commit
a04a687d90
@ -8,6 +8,7 @@ drop table if exists ttrss_feeds;
|
||||
drop table if exists ttrss_labels;
|
||||
drop table if exists ttrss_filters;
|
||||
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_users;
|
||||
|
@ -8,6 +8,7 @@ drop table ttrss_feeds;
|
||||
drop table ttrss_labels;
|
||||
drop table ttrss_filters;
|
||||
drop table ttrss_feed_categories;
|
||||
drop table ttrss_feeds;
|
||||
|
||||
drop table ttrss_user_prefs;
|
||||
drop table ttrss_users;
|
||||
|
Loading…
x
Reference in New Issue
Block a user