- Issue created by @daffie
- Merge request !152Added checks to make sure that Drupal on MongoDB are not broken → (Open) created by daffie
The code in in the method ParagraphStorageSchema::getEntitySchema()
breaks a Drupal site that uses MongoDB as its primary database. A Drupal on MongoDB site does not have a data table nor does it have a data revision table. The change to the $schema
array therefore results in an erro.
Try to enable this module on a Drupal on MongoDB site.
Add a check to only change the $schema
array when the data table and the data revision table exists.
TBD
None
None
None