You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been doing some testing with Paragraphs and have identified a few issues with orphan data being left in the database:
- Field data: When I create new paragraphs on a content type and fill in the info, I can see them populate into the respective field_data_field_fieldname tables. However, if I delete that paragraph item, the content in that table is not removed. - Paragraph item data: When I create a paragraph bundle and use it, then later remove it, the paragraphs_item table continues to hold information referring to bundles that no longer exist in paragraphs_bundle.
The text was updated successfully, but these errors were encountered:
I think you also need to delete the paragraph field in order for it to be removed from paragraphs_item. I tested this on a D7 site and it behaves the same way.
I have been doing some testing with Paragraphs and have identified a few issues with orphan data being left in the database:
- Field data: When I create new paragraphs on a content type and fill in the info, I can see them populate into the respective
field_data_field_fieldname
tables. However, if I delete that paragraph item, the content in that table is not removed.- Paragraph item data: When I create a paragraph bundle and use it, then later remove it, the
paragraphs_item
table continues to hold information referring to bundles that no longer exist inparagraphs_bundle
.The text was updated successfully, but these errors were encountered: