mirror of
https://github.com/pelican-dev/panel.git
synced 2026-03-01 11:21:31 +03:00
[Eggs] egg_variables exist when egg is deleted
#115
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @notAreYouScared on GitHub (Jun 27, 2024).
Create an egg with variables
Observe variables in the
egg_variablestable for the newly created eggDelete newly created Egg
Observe variables in
egg_variablestable 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 on GitHub (Jul 12, 2024):
Closing this in favor of #477. The foreign keys are missing.