mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-04-05 07:03:29 -04:00
Preparation #2 for SQLite
https://github.com/marienfressinaud/FreshRSS/issues/100
This commit is contained in:
@@ -49,7 +49,7 @@ $SQL_CREATE_TABLES = array(
|
||||
'CREATE INDEX IF NOT EXISTS entry_is_favorite_index ON `%1$sentry`(`is_favorite`);',
|
||||
'CREATE INDEX IF NOT EXISTS entry_is_read_index ON `%1$sentry`(`is_read`);',
|
||||
|
||||
'INSERT OR IGNORE INTO `%1$scategory` (id, name) VALUES(1, "%1$s");',
|
||||
'INSERT OR IGNORE INTO `%1$scategory` (id, name) VALUES(1, "%2$s");',
|
||||
);
|
||||
|
||||
define('SQL_DROP_TABLES', 'DROP TABLES %1$sentry, %1$sfeed, %1$scategory');
|
||||
|
||||
Reference in New Issue
Block a user