„Upgrade.md“ ändern
Small fixes for new firmware
This commit is contained in:
parent
0975f1619c
commit
902ed891a5
@ -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
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user