Hey,
I’m attempting to remove a couple of collections from my Directus, but I noticed that it was taking super long through the admin (hasn’t actually concluded nor failed even after multiple hours long attempts).
So I tried it via the Database directly with psql, but certain records still seem to either take forever or just freeze.
To be exact…
Collections causing trouble:
- product_params
- product_params_translations
DB tables/records causing trouble:
- directus_presets - can’t remove records for “product_params”
- directus_collections - can’t remove none of the records of the two collections
- directus_fields - can’t remove record for “product_params” (field “id”)
- product_params - can’t drop the table
Imporant to note:
- records from all other system tables related to collections like directus_relations have been deleted
- the answer I’m seeking is any way to delete these collections/tables along with their leftovers - no need to limit the solution to just the admin interface or through the db.
- the product_params collection seems to be severely cooked - I just tried to add a field to it just to see what would happen, and even that doesn’t work. It seems to be in some intermediate state where some of the metadata regarding doesn’t line up.
Any idea what could be causing this behaviour?
Thanks in advance to everyone reading this :]