aboutsummaryrefslogtreecommitdiff
path: root/migrations/sqls
Commit message (Collapse)AuthorAgeFilesLines
* core:Trygve Laugstøl2015-11-162-0/+11
| | | | | | 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-312-0/+3
| | | | | o Adding last_timestamp o Showing last_value and last_timestamp for each property.
* core:Trygve Laugstøl2015-10-312-0/+8
| | | | | | 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-302-0/+6
|
* o Adding aggregation tables.Trygve Laugstøl2015-10-194-0/+66
o Adding migration scripts for the schema.