From 3f66929828d36e0b9c68420e776c4c858cf93fb0 Mon Sep 17 00:00:00 2001 From: Mario Voigt Date: Fri, 3 May 2019 16:16:15 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9EUpgrade.md=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Upgrade.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Upgrade.md b/Upgrade.md index ee60669..d733678 100644 --- a/Upgrade.md +++ b/Upgrade.md @@ -1,3 +1,16 @@ +## 03.05.2019 +Updated Smartlock and SmartlockLog + +##### SQL Update +``` +ALTER TABLE Smartlock ADD COLUMN `adminPinState` INT NOT NULL AFTER `accountId`; +ALTER TABLE Smartlock ADD COLUMN `capabilities` INT NOT NULL AFTER `buttonEnabled`; +ALTER TABLE Smartlock ADD COLUMN `ringToOpenTimer` INT NOT NULL AFTER `pairingEnabled`; +ALTER TABLE Smartlock ADD COLUMN `operatingMode` INT NOT NULL AFTER `name`; + +ALTER TABLE SmartlockLog ADD COLUMN `deviceType` BOOLEAN NOT NULL AFTER `date`; +ALTER TABLE SmartlockLog ADD COLUMN `flagGeoFence` BOOLEAN NOT NULL AFTER `deviceType`; +``` ## 26.04.2019 Updated Bridge things