From 18402022e2b2cc189bf07507d54e8c00a111a818 Mon Sep 17 00:00:00 2001 From: tracer Date: Tue, 20 Sep 2022 19:02:35 +0200 Subject: [PATCH] added note that the docs are not current. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 5a44059..afda808 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,18 @@ 6. [DynDNS](#6-dyndns) 7. [Conclusion](#7-conclusion) +NOTICE: This documentation is not current as of September, 2022. +After I finished the refactoring I'll updrage it. + // important: Migration to v2022.2 ALTER TABLE `panels` ADD `self` INT NOT NULL DEFAULT '0' AFTER `apikey`; +ALTER TABLE `panels` CHANGE `self` `self` BOOLEAN NOT NULL DEFAULT FALSE; + +ALTER TABLE `panels` ADD `apikey_prefix` VARCHAR(8) NOT NULL AFTER `apikey`; + +