Skip to content
Snippets Groups Projects
Commit ea361cc6 authored by Stefan Galinski's avatar Stefan Galinski :video_game:
Browse files

[BUGFIX] Change field for the cleanup job

parent 4e963146
No related branches found
No related tags found
No related merge requests found
......@@ -112,7 +112,7 @@ call_user_func(
);
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['scheduler']['tasks'][\TYPO3\CMS\Scheduler\Task\TableGarbageCollectionTask::class]['options']['tables']['tx_sgcookieoptin_domain_model_user_preference'] = [
'dateField' => 'time_micro',
'dateField' => 'tstamp',
'expirePeriod' => 540
];
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment