„Upgrade.md“ ändern
This commit is contained in:
parent
f9ef056240
commit
4cf6423843
@ -1,4 +1,12 @@
|
|||||||
## 29.10.2020
|
## 29.10.2020
|
||||||
|
|
||||||
|
##### SQL Update
|
||||||
|
```
|
||||||
|
ALTER TABLE Smartlock ADD COLUMN `doorsensorBatteryCritical` BOOLEAN NOT NULL AFTER `doorState`;
|
||||||
|
ALTER TABLE Smartlock ADD COLUMN `keypadBatteryCritical` BOOLEAN NOT NULL AFTER `homekitState`;
|
||||||
|
ALTER TABLE Smartlock ADD COLUMN `batteryCharging` BOOLEAN NOT NULL AFTER `batteryCharge`;
|
||||||
|
```
|
||||||
|
|
||||||
##### SQL Update
|
##### SQL Update
|
||||||
```
|
```
|
||||||
ALTER TABLE Smartlock ADD COLUMN `autoUpdateEnabled` BOOLEAN NOT NULL AFTER `autoUnlatch`;
|
ALTER TABLE Smartlock ADD COLUMN `autoUpdateEnabled` BOOLEAN NOT NULL AFTER `autoUnlatch`;
|
||||||
|
Loading…
Reference in New Issue
Block a user