added note that the docs are not current.
This commit is contained in:
parent
c3221e5cbe
commit
18402022e2
|
@ -6,10 +6,18 @@
|
||||||
6. [DynDNS](#6-dyndns)
|
6. [DynDNS](#6-dyndns)
|
||||||
7. [Conclusion](#7-conclusion)
|
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
|
// important: Migration to v2022.2
|
||||||
|
|
||||||
ALTER TABLE `panels` ADD `self` INT NOT NULL DEFAULT '0' AFTER `apikey`;
|
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>
|
<a name="overview"></a>
|
||||||
|
|
Loading…
Reference in New Issue