„Upgrade.md“ ändern

This commit is contained in:
Mario Voigt 2019-10-24 02:38:30 +02:00
parent c13a2b417e
commit 261692998e
1 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,8 @@
## 24.10.2019
##### SQL Update
```
ALTER TABLE Smartlock ADD COLUMN `nightMode` BOOLEAN NOT NULL AFTER `name`;
```
## 12.05.2019
##### SQL Update
```