diff --git a/db/zentao.sql b/db/zentao.sql index 2843c13020..974d378d7c 100644 --- a/db/zentao.sql +++ b/db/zentao.sql @@ -15953,7 +15953,7 @@ CREATE TABLE IF NOT EXISTS `zt_aimessage` ( `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, `appID` mediumint(8) unsigned NOT NULL, `user` mediumint(8) unsigned NOT NULL, - `type` enum('req', 'res') NOT NULL, + `type` enum('req', 'res', 'ntf') NOT NULL, `content` text NOT NULL, `createdDate` datetime NOT NULL, PRIMARY KEY (`id`)