From b4548c32373c7813f86a8b4564a5609f3c621651 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 12 Feb 2006 06:24:36 +0100 Subject: add upgrade scripts to 1.1.3 --- schema/ttrss_schema_pgsql.sql | 1 + 1 file changed, 1 insertion(+) (limited to 'schema/ttrss_schema_pgsql.sql') diff --git a/schema/ttrss_schema_pgsql.sql b/schema/ttrss_schema_pgsql.sql index d948fa560..bb5cb5da1 100644 --- a/schema/ttrss_schema_pgsql.sql +++ b/schema/ttrss_schema_pgsql.sql @@ -15,6 +15,7 @@ drop table ttrss_feeds; drop table ttrss_feed_categories; drop table ttrss_users; drop table ttrss_themes; +drop table ttrss_scheduled_updates; begin; -- cgit v1.2.3