mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-18 13:24:37 -04:00
MySQL GUID case sensitive (#2078)
* MySQL GUID case sensitive latin1_bin https://github.com/FreshRSS/FreshRSS/issues/2077 * Prepare update for existing bases * Perform DB update during actualize * Reduce frequency slightly * No optimize at the same time * Take advantage of the SQL modifications in 1.12 * Move higher up * Move to purge, which all users can manually call
This commit is contained in:
committed by
GitHub
parent
3eae8bd3b7
commit
307e6995fe
@@ -207,6 +207,10 @@ class FreshRSS_entry_Controller extends Minz_ActionController {
|
||||
|
||||
$feedDAO->updateCachedValues();
|
||||
|
||||
//Minor DB checks:
|
||||
$databaseDAO = FreshRSS_Factory::createDatabaseDAO();
|
||||
$databaseDAO->ensureCaseInsensitiveGuids(); //FreshRSS 1.12
|
||||
|
||||
invalidateHttpCache();
|
||||
Minz_Request::good(_t('feedback.sub.purge_completed', $nb_total), array(
|
||||
'c' => 'configure',
|
||||
|
||||
Reference in New Issue
Block a user