summaryrefslogtreecommitdiffstats
path: root/modules-available/locations/install.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* [locations] install: Make openingtime migration a bit more robustSimon Rettberg2020-09-111-13/+15
| | | | | | | This decouples column creation in location table from checking existence of the old column in locationinfo_locationconfig. In case import fails the first time, this will simply "resume" the update in case it is triggered a second time.
* [locations] Set proper update status when moving openingtime columnSimon Rettberg2020-09-111-0/+1
|
* [locations] Migrate openingtimes from infoscreen to locations moduleChristian Hofmaier2020-09-081-0/+22
| | | | | - move openingtimes from infoscreen db to locations db - read-only openingtimes in infoscreen
* [statistics/locations] Add locationid constraints; update on deleteSimon Rettberg2019-04-031-6/+6
| | | | | We didn't update subnetlocationid when deleting a location, leading to machines pointing to invalid locations.
* [install] Implement install scripts for most modulesSimon Rettberg2016-06-081-0/+39