]> git.wh0rd.org - tt-rss.git/commitdiff
fix scheduled_updates drop position in schema
authorAndrew Dolgov <fox@bah.spb.su>
Fri, 17 Feb 2006 06:59:25 +0000 (07:59 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Fri, 17 Feb 2006 06:59:25 +0000 (07:59 +0100)
schema/ttrss_schema_mysql.sql
schema/ttrss_schema_pgsql.sql

index 9214c1bc42866671ca88d2aefd443f6e4df8d313..a8fb8698bbafd868bcf82bc03279fe775237bc5a 100644 (file)
@@ -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;
 
index bb5cb5da122edd450c22295e7c7a3b24299cb445..b93984504fc1fe9be48e7e700852ae6acb2a894e 100644 (file)
@@ -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;