GX-Bug #66941
Von Moritz Bunjes vor mehr als 4 Jahren aktualisiert
Im Installer fehlen für die emails Tabelle die folgenden Indizies: ``` sql KEY `emails_creation_date_index` (`creation_date`), KEY `emails_sent_date_index` (`sent_date`), KEY `emails_subject_index` (`subject`) ``` After a shop installation some indices are missing in the emails table.