Merge branch 'sprint/hufangzhou_xuansql' into 'master'

* Add the xuan update sql to zentao.sql.

See merge request easycorp/zentaopms!4967
This commit is contained in:
王怡栋
2022-08-15 02:55:05 +00:00
+1
View File
@@ -6209,6 +6209,7 @@ CREATE TABLE IF NOT EXISTS `zt_im_chat` (
`dismissDate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`pinnedMessages` text NOT NULL DEFAULT '',
`mergedChats` text NOT NULL DEFAULT '',
`adminInvite` enum('0','1') NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
KEY `gid` (`gid`),
KEY `name` (`name`),