Posted on 20/02/2019 22:28:19
Hi guys
We might have some cache issues as well.
We would like to delete all "Unpublished" paragraphs. We ran this SQL query in firehose:
DELETE Paragraph WHERE ParagraphShowParagraph = 'false'
and this also
DELETE Paragraph WHERE ParagraphShowParagraph = 0
None og them deletes the unpublished paragraphs on the pages (but it looks like it did in the database). So, could this be because of cache issues? We have tried to add a new paragraph and delete it again to refresh the cache.