From 902ed891a5f7131bac26ae743c3cae546180c7ef Mon Sep 17 00:00:00 2001 From: Mario Voigt Date: Thu, 29 Oct 2020 13:28:47 +0100 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 Small fixes for new firmware --- Upgrade.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Upgrade.md b/Upgrade.md index 80a62ec..270680e 100644 --- a/Upgrade.md +++ b/Upgrade.md @@ -1,3 +1,11 @@ +## 29.10.2020 +##### SQL Update +``` +ALTER TABLE Smartlock ADD COLUMN `autoUpdateEnabled` BOOLEAN NOT NULL AFTER `autoUnlatch`; +ALTER TABLE Smartlock ADD COLUMN `batteryCharge` SMALLINT NOT NULL AFTER `automaticBatteryTypeDetection`; +ALTER TABLE Smartlock ADD COLUMN `batteryCharging` BOOLEAN NOT NULL AFTER `batteryCharge`; +``` + ## 16.07.2020 ##### SQL Update ```