- Issue created by @joachim
RedirectsFixerLogEntity defines a base table for the redirects_fixer_log entity:
* base_table = "redirects_fixer_log",
but so does redirects_fixer_schema():
$schema['redirects_fixer_log'] = [
'description' => 'The base table for redirects_fixer_log.',
There is no need to have both.
Active
1.0
Code