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
@ -100,8 +100,8 @@ class PostsService {
|
||||
'posts_products'
|
||||
];
|
||||
const emailTablesToDelete = [
|
||||
'email_recipients',
|
||||
'email_recipient_failures',
|
||||
'email_recipients',
|
||||
'email_batches',
|
||||
'email_spam_complaint_events'
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user