升级框架版本,PHP最低要求8.2

This commit is contained in:
net909
2026-07-28 21:24:51 +08:00
parent 4826b8c758
commit 8ef3e2e802
16 changed files with 1083 additions and 353 deletions
+1 -1
View File
@@ -194,7 +194,7 @@ CREATE TABLE `toolbox_querycache` (
`content` text,
`uptime` datetime NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `cachekey` (`key`,`type`),
UNIQUE KEY `cachekey` (`key`,`subkey`,`type`),
KEY `cachekey2` (`subkey`,`type`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;