misc schema updates

master
Andrew Dolgov 20 years ago
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…
Cancel
Save