Describe the issue
The following fields are present the TransformationGroup database table fields, but not in the DTOs that service the API. They do not appear to be used.
Setup a database migration to remove the fields and then update the python model.
Additional context
Found when testing #771
Describe the issue
The following fields are present the
TransformationGroupdatabase table fields, but not in the DTOs that service the API. They do not appear to be used.Setup a database migration to remove the fields and then update the python model.
Additional context
Found when testing #771