diff options
| author | 2016-10-15 23:38:59 +0200 | |
|---|---|---|
| committer | 2016-10-15 23:38:59 +0200 | |
| commit | dbffbc18222caa9259733b8c57950147008892d0 (patch) | |
| tree | 4468f5ba4396f108589e6c0fc0d931fbac6157ad /app/SQL/install.sql.sqlite.php | |
| parent | 36320c40b34c4f18496518203330fbb705cf6610 (diff) | |
| parent | 8db0249e17bc51bb293b112afbb4da1e436f14cc (diff) | |
Merge branch 'FreshRSS/dev' into global-view-scroll
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 9d146d6f0..1d3a5d92f 100644 --- a/app/SQL/install.sql.sqlite.php +++ b/app/SQL/install.sql.sqlite.php @@ -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'); |
