1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 21:15:55 +00:00

misc schema updates

This commit is contained in:
Andrew Dolgov
2005-11-23 10:35:08 +01:00
parent 703b632ee9
commit a04a687d90
2 changed files with 2 additions and 0 deletions

View File

@@ -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;

View File

@@ -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;