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

add upgrade scripts to 1.1.3

This commit is contained in:
Andrew Dolgov
2006-02-12 06:24:36 +01:00
parent 085a5a7440
commit b4548c3237
4 changed files with 26 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ drop table if exists ttrss_feeds;
drop table if exists ttrss_feed_categories;
drop table if exists ttrss_users;
drop table if exists ttrss_themes;
drop table if exists ttrss_scheduled_updates;
begin;