„Upgrade.md“ ändern

Small fixes for new firmware
This commit is contained in:
Mario Voigt 2020-10-29 13:28:47 +01:00
parent 0975f1619c
commit 902ed891a5
1 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,11 @@
## 29.10.2020
##### SQL Update
```
ALTER TABLE Smartlock ADD COLUMN `autoUpdateEnabled` BOOLEAN NOT NULL AFTER `autoUnlatch`;
ALTER TABLE Smartlock ADD COLUMN `batteryCharge` SMALLINT NOT NULL AFTER `automaticBatteryTypeDetection`;
ALTER TABLE Smartlock ADD COLUMN `batteryCharging` BOOLEAN NOT NULL AFTER `batteryCharge`;
```
## 16.07.2020
##### SQL Update
```