* [misc] update xuan version.

This commit is contained in:
caoyanyi
2025-04-30 08:35:37 +08:00
parent 60e1460299
commit 36fc52b5d3
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
{
"pkg": {
"xuanxuan": {
"gitVersion": "1813fad0551a3cf89feb9bf81ee8dfe948705223",
"version": "9.2.2"
"gitVersion": "383b4e4630ead6f25559cbe8bc0cbf1a01b71c26",
"version": "9.3"
},
"zentaoext": {
"gitRepo": "zentao/zentaoext"
+1 -1
View File
@@ -148,7 +148,7 @@ CREATE TABLE `im_message` (
`index` int(11) unsigned NOT NULL DEFAULT 0,
`type` enum('normal','broadcast','notify','bulletin','botcommand') NOT NULL DEFAULT 'normal',
`content` text DEFAULT NULL,
`contentType` enum('text','plain','emotion','image','file','object','code') NOT NULL DEFAULT 'text',
`contentType` enum('text','plain','emotion','image','file','object','code','merge') NOT NULL DEFAULT 'text',
`data` text DEFAULT NULL,
`deleted` enum('0','1') NOT NULL DEFAULT '0',
`legacy` tinyint(1) NOT NULL DEFAULT 0,