Hi,
I recently came into a scenario, where we need to delete the database old change lists. Everytime we version some model, it creates new change list.
With the help of the change list I can open the older delete models also, which means database still stores those models, and is eating up space.
Is there any way to delete older change lists? Or at least the deleted models which exist in db in the form of change list. The workaround I found is, backup and restore the db, which is not possible everytime.
Appreciate your help.
Regards,
Amol Patil
Solution: Do not use versioning in your server if you don't want to keep track of the changes in your database.
If you need differentiation between "modeling" and "approved models" you can put them in different databases and remove the "edit" permission from the second db.