mirror of
https://github.com/pelican-dev/panel.git
synced 2026-07-16 04:03:50 +03:00
[Server] server_variables exist after server deletion
#117
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 a Server
Observe variables in the
server_variablestable for the newly created serverDelete the newly created server
Observe variables in
server_variablestable and see that the variables for the deleted server still exist in the database.They should be removed when the server 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.