From ab5eb26fba38ca7880b4c0fa005c7a214ce3c71b Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 17 Feb 2006 07:59:25 +0100 Subject: fix scheduled_updates drop position in schema --- schema/ttrss_schema_mysql.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'schema/ttrss_schema_mysql.sql') diff --git a/schema/ttrss_schema_mysql.sql b/schema/ttrss_schema_mysql.sql index 9214c1bc4..a8fb8698b 100644 --- a/schema/ttrss_schema_mysql.sql +++ b/schema/ttrss_schema_mysql.sql @@ -11,11 +11,11 @@ drop table if exists ttrss_tags; drop table if exists ttrss_entry_comments; drop table if exists ttrss_user_entries; drop table if exists ttrss_entries; +drop table if exists ttrss_scheduled_updates; 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; -- cgit v1.2.3