CMDBuild Forum

How to totally delete a class

Hello, I would like to totally delete a class (with data) from my CMDB and create it again. I want to delete all relations, data, triggers etc..., 

Do you have a solution ? Because If I delete directly the table (drop), I still have many relations when I search the name of the table in my database.

 

Do you have a query that will delete my table everywhere in my postgres db ?

 

Thank you

 

CMDBuild does not handle the physical deletion but only logic.
We do not have a general query that performs this operation.
CMDBuild Team