verbb / wishlist

A Craft CMS plugin for wishlists for your users to save things to
Other
11 stars 12 forks source link

Are wishlist_items where elementId is null orphaned whishlist_items? #115

Closed a-am closed 1 year ago

a-am commented 1 year ago

Question

I have a large set of whishlist_items in the database that don't have an elementId. Would these be considered orphaned or unconnected items? I am trying to determine if I should delete these if they are just taking up space. In addition are lists orphaned if whishlist_lists userId column is null?

engram-design commented 1 year ago

That's correct, they would be considered orphaned. You can run the ./craft wishlist/items/cleanup-orphaned-items console command to automate this for you.

As for the lists, userId being null would be considered guest columns, so that's not really considered as orphaned.