pelican-dev / panel

https://pelican.dev
GNU Affero General Public License v3.0
809 stars 82 forks source link

[Eggs] `egg_variables` exist when egg is deleted #436

Closed notAreYouScared closed 2 months ago

notAreYouScared commented 3 months ago

Create an egg with variables Observe variables in the egg_variables table for the newly created egg Delete newly created Egg Observe variables in egg_variables table and see that the variables for the egg still exist.

They should be removed when the egg is deleted.

This was observed using SQLite

Boy132 commented 2 months ago

Closing this in favor of #477. The foreign keys are missing.