We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d87df89 commit 8cc03fcCopy full SHA for 8cc03fc
app/code/Magento/Newsletter/Setup/UpgradeSchema.php
app/code/Magento/Newsletter/etc/db_schema.xml
@@ -33,6 +33,9 @@
33
<index name="NEWSLETTER_SUBSCRIBER_STORE_ID" indexType="btree">
34
<column name="store_id"/>
35
</index>
36
+ <index name="NEWSLETTER_SUBSCRIBER_SUBSCRIBER_EMAIL" indexType="btree">
37
+ <column name="subscriber_email"/>
38
+ </index>
39
</table>
40
<table name="newsletter_template" resource="default" engine="innodb" comment="Newsletter Template">
41
<column xsi:type="int" name="template_id" padding="10" unsigned="true" nullable="false" identity="true"
0 commit comments