mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-01 02:41:39 -05:00
Fixed deleting email recipient failures before recipients
fixes https://github.com/TryGhost/Team/issues/2993 For the bulk destroy action of posts.
This commit is contained in:
parent
ae863674ba
commit
a097f0e973
1 changed files with 1 additions and 1 deletions
|
@ -100,8 +100,8 @@ class PostsService {
|
|||
'posts_products'
|
||||
];
|
||||
const emailTablesToDelete = [
|
||||
'email_recipients',
|
||||
'email_recipient_failures',
|
||||
'email_recipients',
|
||||
'email_batches',
|
||||
'email_spam_complaint_events'
|
||||
];
|
||||
|
|
Loading…
Add table
Reference in a new issue