Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Jun 5, 2025. It is now read-only.
This repository was archived by the owner on Jun 5, 2025. It is now read-only.
There was an error while loading. Please reload this page.
After doing #668 we should also add the ability to finally hard-delete a workspace.
That is, we nee to add the
ON DELETE CASCADEconstructs in the database for each foreign key that references a workspace.We should also have a CRUD method to hard-delete an archived workspace.
This should encompass both the REST API and the pseudo-CLI.