fix: allow remote icon paths in generals

This commit is contained in:
2026-08-07 16:01:32 +00:00
parent f3bf490df3
commit db9c7ea828
4 changed files with 160 additions and 1 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ CREATE TABLE `general` (
`bornyear` INT(3) NULL DEFAULT '180',
`deadyear` INT(3) NULL DEFAULT '300',
`newmsg` INT(1) NULL DEFAULT '0',
`picture` VARCHAR(40) NOT NULL,
`picture` VARCHAR(64) NOT NULL,
`imgsvr` INT(1) NOT NULL DEFAULT '0',
`name` VARCHAR(32) NOT NULL COLLATE 'utf8mb4_bin',
`owner_name` VARCHAR(32) NULL DEFAULT NULL COLLATE 'utf8mb4_bin',