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`; + +