summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-02-17 07:59:25 +0100
committerAndrew Dolgov <[email protected]>2006-02-17 07:59:25 +0100
commitab5eb26fba38ca7880b4c0fa005c7a214ce3c71b (patch)
treef6a23dfd294c71886e3a8a36fa2a49af954f6658
parent27981ca30f85655ca487257418b19a17f962b0c3 (diff)
fix scheduled_updates drop position in schema
-rw-r--r--schema/ttrss_schema_mysql.sql2
-rw-r--r--schema/ttrss_schema_pgsql.sql2
2 files changed, 2 insertions, 2 deletions
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;
diff --git a/schema/ttrss_schema_pgsql.sql b/schema/ttrss_schema_pgsql.sql
index bb5cb5da1..b93984504 100644
--- a/schema/ttrss_schema_pgsql.sql
+++ b/schema/ttrss_schema_pgsql.sql
@@ -11,11 +11,11 @@ drop table ttrss_tags;
drop table ttrss_entry_comments;
drop table ttrss_user_entries;
drop table ttrss_entries;
+drop table ttrss_scheduled_updates;
drop table ttrss_feeds;
drop table ttrss_feed_categories;
drop table ttrss_users;
drop table ttrss_themes;
-drop table ttrss_scheduled_updates;
begin;