Thanks so much mglaman for the workarount #3 🐛 Database server table creations fail if sql_require_primary_key is set Needs review
I've added the below on the settings.php as I don't have access to mysql configuration.
$databases['default']['default']['init_commands'] = array(
'primary_key' => "SET SESSION sql_require_primary_key=0"
);
For me, the issue was from the
conditional_fields →
module
Applying
this patch →
to remove the Ckeditor as dependency is fixed it
For me, the issue was from the
conditional_fields →
module
Applying
this patch →
to remove the Ckeditor as dependency is fixed it