diff options
| author | 2017-04-10 19:46:22 +0200 | |
|---|---|---|
| committer | 2017-04-10 19:46:22 +0200 | |
| commit | 510045b3c554261a0a6434bfe73adac32b12cc81 (patch) | |
| tree | cc0907d84ec5ad72baed8e0fb6fe7d81176bbb3c /app/SQL/install.sql.sqlite.php | |
| parent | 8854f230866f458382f6dc207f706220e9c32351 (diff) | |
| parent | e849de7296efbece490447cdceeed9726f10b33c (diff) | |
Merge branch 'FreshRSS/dev' into multiuser-token
Diffstat (limited to 'app/SQL/install.sql.sqlite.php')
| -rw-r--r-- | app/SQL/install.sql.sqlite.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/SQL/install.sql.sqlite.php b/app/SQL/install.sql.sqlite.php index bce9f5a95..c4e4af006 100644 --- a/app/SQL/install.sql.sqlite.php +++ b/app/SQL/install.sql.sqlite.php @@ -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`'); |
