pelican-dev / panel

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

[Server] `server_variables` exist after server deletion #437

Closed notAreYouScared closed 2 months ago

notAreYouScared commented 3 months ago

Create a Server Observe variables in the server_variables table for the newly created server Delete the newly created server Observe variables in server_variables table 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 2 months ago

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