Note that typeorm was updated to make it easier to update the list of controlled properties and device types on an application. Previously, you would either need to delete the old child entities before adding the new ones or fetch and update the existing ones while inserting any new entities. Otherwise, the application id will be null'ed in the controlled property or device type table.
Related frontend PR
Note that typeorm was updated to make it easier to update the list of controlled properties and device types on an application. Previously, you would either need to delete the old child entities before adding the new ones or fetch and update the existing ones while inserting any new entities. Otherwise, the application id will be
null
'ed in the controlled property or device type table.