aboutsummaryrefslogtreecommitdiff
path: root/migrations
Commit message (Collapse)AuthorAgeFilesLines
* core:Trygve Laugstøl2015-11-163-0/+41
| | | | | | o Adding device_status table containing the latest device status. mqtt: o Listening on $SYS/broker/log, parse out messages about clients connecting and disconnecting and store in database.
* core/web:Trygve Laugstøl2015-10-313-0/+33
| | | | | o Adding last_timestamp o Showing last_value and last_timestamp for each property.
* core:Trygve Laugstøl2015-10-313-0/+38
| | | | | | o Improved transaction handling. web: o Supporting changing a device's name and description.
* o Splitting the value field into value_numeric and value_text.Trygve Laugstøl2015-10-303-0/+36
|
* o Adding aggregation tables.Trygve Laugstøl2015-10-196-0/+126
o Adding migration scripts for the schema.