mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 21:35:56 +00:00
fix scheduled_updates drop position in schema
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user