dpi / courier

Courier is a Drupal module providing a framework to send messages to entities.
https://drupal.org/project/courier
GNU General Public License v2.0
8 stars 3 forks source link

Base table or view not found: 1146 Table 'MYDB.courier_email_field_data' doesn't exist: #50

Open NewZeal opened 4 years ago

NewZeal commented 4 years ago

Courier entity annotation includes info for field courier_email_field_data that does not get created. Instead all data is stored in table courier_email.

This anomaly was discovered when running checks using the security_review module.

To replicate:

At this stage the only deficit is that I am unable to run security review. I have installed the module in order to test out the RNG suite of modules.