added note that the docs are not current.

This commit is contained in:
tracer 2022-09-20 19:02:35 +02:00
parent c3221e5cbe
commit 18402022e2
1 changed files with 8 additions and 0 deletions

View File

@ -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`;
<a name="overview"></a>