„Upgrade.md“ ändern

This commit is contained in:
Mario Voigt 2018-12-11 14:46:08 +01:00
parent b5ed1cac24
commit 9fbaca7e24
1 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,12 @@
## 11.12.2018
Added hardwareVersion Information
##### SQL Update
```
TRUNCATE TABLE Smartlock; /*needs to be truncated - otherwise column mod is not possible*/
ALTER TABLE Smartlock MODIFY `firmwareVersion` INT NOT NULL;
ALTER TABLE Smartlock ADD COLUMN `hardwareVersion` INT NOT NULL AFTER `fobPaired`;
```
## 30.11.2018
* Nuki Smartlock Firmware 67330 -> 67331 (checked @ 30.11.2018)