Skip to content

Sensor Web Server DB model v3.2.0

Compare
Choose a tag to compare
@CarstenHollmann CarstenHollmann released this 28 Jun 07:29
· 353 commits to develop since this release

Available in Maven Central.

Change Log

  • None

Dependency Updates

Breaking Changes

  • Rename column value in value_blob table (transactional, ereporting and proxy). value is reserved in newer h2 versions. Here is the SQL statement to rename the column name. Depending on the used DBMS add the schema/catalog the statement:
    ALTER TABLE value_blob RENAME COLUMN value TO value_blob;

See here for the complete commit log.