mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-03-30 12:12:42 -04:00
@@ -59,4 +59,4 @@ $SQL_CREATE_TABLES = 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 TABLES entry, feed, category');
|
||||
define('SQL_DROP_TABLES', 'DROP TABLE IF EXISTS entry, feed, category');
|
||||
|
||||
Reference in New Issue
Block a user