OS2iot / OS2iot-backend

This repository contains the backend to the project OS2iot.
Mozilla Public License 2.0
10 stars 7 forks source link

Optional metadata fields when managing an application #152

Closed AramAlsabti closed 2 years ago

AramAlsabti commented 2 years ago

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.