ORNL / DataFed

A Federated Scientific Data Management System
https://ornl.github.io/DataFed/
Other
18 stars 14 forks source link

Schema: Dependencies of an in-use schema shall not be editable or deletable #657

Closed dvstans closed 3 years ago

dvstans commented 3 years ago

If schema "A" is in use and references schema "B", then schema "B" should not be editable and should reflect usage counts including from schema "A".

dvstans commented 3 years ago

Changed to not require usage counts - this information can be gathered using a query if needed, but maintaining counts across references is bad for DB scalability (if many records use a schema).