summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics/install.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* [statistics/locations] Update/set subnetlocationid field in DB if the DB has ↵Simon Rettberg2017-01-111-0/+8
| | | | been updated
* [statistics/locations/..] Cache calculated locationid of machine in machine ↵Simon Rettberg2016-12-061-1/+46
| | | | | | | | | | | | | | | table We now have three columns for the locationid: - subnetlocationid Updated whenever the clientip of a client changes on bootup, or when locations/subnets are edited in the locations module. - fixedlocationid Takes the role of the old locationid field - set when a machine is placed in a room via roomplanner, set to NULL otherwise. - locationid Set to fixedlocationid if it's not NULL, to subnetlocationid otherwise. The field is updated by a BEFORE UPDATE trigger.
* [statistics] Enlarge position column as json might get a little longerSimon Rettberg2016-09-011-1/+25
|
* [install] Implement install scripts for most modulesSimon Rettberg2016-06-081-0/+97