diff options
| author | 2017-03-26 14:07:06 +0200 | |
|---|---|---|
| committer | 2017-03-26 14:07:06 +0200 | |
| commit | e956aee53d561fbdc11a78a50ad7cc041108e5b5 (patch) | |
| tree | 2ebad34d81f49f3ac3cbc1568e13e60f9659d55a /app/Models/EntryDAO.php | |
| parent | a20fd9db9f0ed0e27c65671bb10402ced10587b1 (diff) | |
More defered insertion. New SQL index
New index entry_feed_read_index
TODO: Auto add this index to existing version
Diffstat (limited to 'app/Models/EntryDAO.php')
| -rw-r--r-- | app/Models/EntryDAO.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/Models/EntryDAO.php b/app/Models/EntryDAO.php index 9d11cec6a..39c00f01c 100644 --- a/app/Models/EntryDAO.php +++ b/app/Models/EntryDAO.php @@ -121,7 +121,6 @@ class FreshRSS_EntryDAO extends Minz_ModelPdo implements FreshRSS_Searchable { } protected function autoUpdateDb($errorInfo) { - Minz_Log::warning('FreshRSS_EntryDAO::autoUpdateDb: ' . print_r($errorInfo, true)); if (isset($errorInfo[0])) { if ($errorInfo[0] === '42S22') { //ER_BAD_FIELD_ERROR //autoAddColumn |
