mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-04-04 14:43:32 -04:00
Fix DROP tables for deferred insertion
https://github.com/FreshRSS/FreshRSS/pull/1470
This commit is contained in:
@@ -86,4 +86,4 @@ $SQL_INSERT_FEEDS = array(
|
||||
'INSERT OR IGNORE INTO `feed` (url, category, name, website, description, ttl) VALUES("https://github.com/FreshRSS/FreshRSS/releases.atom", 1, "FreshRSS releases", "https://github.com/FreshRSS/FreshRSS/", "FreshRSS releases @ GitHub", 86400);',
|
||||
);
|
||||
|
||||
define('SQL_DROP_TABLES', 'DROP TABLE IF EXISTS entry, feed, category');
|
||||
define('SQL_DROP_TABLES', 'DROP TABLE IF EXISTS `entrytmp`, `entry`, `feed`, `category`');
|
||||
|
||||
Reference in New Issue
Block a user