„Upgrade.md“ ändern

This commit is contained in:
Mario Voigt 2019-05-03 16:16:15 +02:00
parent e679304586
commit 3f66929828
1 changed files with 13 additions and 0 deletions

View File

@ -1,3 +1,16 @@
## 03.05.2019
Updated Smartlock and SmartlockLog
##### SQL Update
```
ALTER TABLE Smartlock ADD COLUMN `adminPinState` INT NOT NULL AFTER `accountId`;
ALTER TABLE Smartlock ADD COLUMN `capabilities` INT NOT NULL AFTER `buttonEnabled`;
ALTER TABLE Smartlock ADD COLUMN `ringToOpenTimer` INT NOT NULL AFTER `pairingEnabled`;
ALTER TABLE Smartlock ADD COLUMN `operatingMode` INT NOT NULL AFTER `name`;
ALTER TABLE SmartlockLog ADD COLUMN `deviceType` BOOLEAN NOT NULL AFTER `date`;
ALTER TABLE SmartlockLog ADD COLUMN `flagGeoFence` BOOLEAN NOT NULL AFTER `deviceType`;
```
## 26.04.2019
Updated Bridge things