hi, im using your app and it s great but i have a big problem with domains and refferences between tables.
as soon as i deleted one table, even if i have no more refferences i cannot delete the domains
what can i do pls as i dont want to setup all the classes again from zero
thanks
Only way how to solve this that i found is delete rows directly in database. And also in tables with mappings, like "Map_ServerClient"
Previously mihai wrote:
hi, im using your app and it s great but i have a big problem with domains and refferences between tables.
as soon as i deleted one table, even if i have no more refferences i cannot delete the domains
what can i do pls as i dont want to setup all the classes again from zero
thanks
CMDBuild was designed to track every change made to every item, thus including any reference if might have had in the past. The reason you cannot remove a reference attribute is that it still holds historic data that would be lost if deleted. The only permitted option is to disable the reference and (if needed) its associated domain.
If you want to delete a class/domain you have to truncate the table rows directly in database deleting also the data in the related domains/references.
Please note that this operation is very dangerous because can cause inconsistencies inside the database.
Regards,
Lisa