added autoLock in Upgrade

This commit is contained in:
Mario Voigt 2020-07-16 00:28:15 +02:00
parent 7f8416b7db
commit 53d6530860
1 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,9 @@
## 16.07.2020
##### SQL Update
```
ALTER TABLE Smartlock ADD COLUMN `autoLock` BOOLEAN NOT NULL AFTER `authId`;
```
## 24.10.2019
##### SQL Update
```