opensensorhub / osh-core

OpenSensorHub Core Modules
http://docs.opensensorhub.org
Mozilla Public License 2.0
32 stars 16 forks source link

Allow updating the record description in storage #134

Closed alexrobin closed 4 years ago

alexrobin commented 4 years ago

The data structure of records stored in storage cannot be updated after the storage is created. This was done to prevent changes to the structure that would be incompatible with data records already present in the store.

However, we could still allow updates, limited to documentation and semantics, if we check that the structure of the data component tree hasn't been modified.