summaryrefslogtreecommitdiff
path: root/schema/ttrss_schema_mysql.sql
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-02-12 06:24:36 +0100
committerAndrew Dolgov <[email protected]>2006-02-12 06:24:36 +0100
commitb4548c32373c7813f86a8b4564a5609f3c621651 (patch)
tree9954ebaac4b74e20b1abf74df6e23cd0e186cea3 /schema/ttrss_schema_mysql.sql
parent085a5a744064efbcd962265b46a8a74ad39051f7 (diff)
add upgrade scripts to 1.1.3
Diffstat (limited to 'schema/ttrss_schema_mysql.sql')
-rw-r--r--schema/ttrss_schema_mysql.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/schema/ttrss_schema_mysql.sql b/schema/ttrss_schema_mysql.sql
index 8bfd48860..9214c1bc4 100644
--- a/schema/ttrss_schema_mysql.sql
+++ b/schema/ttrss_schema_mysql.sql
@@ -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;