Closed tebben closed 7 years ago
Change field metadata in entity sensor to interface and change in database from character varying(255) to jsonb
Metadata can be of encoding type pdf or sensorml, no need for jsonb however SensorML can be a long string and won't fit in varchar 255, changed to type text.
Change field metadata in entity sensor to interface and change in database from character varying(255) to jsonb