Commit fceba00a authored by yanzg's avatar yanzg

不记录系统日志

parent 49c7848c
...@@ -35,7 +35,7 @@ public class MessageDaoImpl extends BaseDaoImpl implements MessageDao, Initializ ...@@ -35,7 +35,7 @@ public class MessageDaoImpl extends BaseDaoImpl implements MessageDao, Initializ
" PRIMARY KEY (`MessageId`), " + " PRIMARY KEY (`MessageId`), " +
" KEY `IndexHandleTime` (`HandleTime`) " + " KEY `IndexHandleTime` (`HandleTime`) " +
") ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='队列消息表'"; ") ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='队列消息表'";
private static final String ALTER_TABLE_SQL = "ALTER TABLE `tbd_system`.`queue_message` " + private static final String ALTER_TABLE_SQL = "ALTER TABLE queue_message " +
"MODIFY COLUMN `DedTime` bigint(0) NOT NULL DEFAULT 0 COMMENT '死信时间' AFTER `Message`"; "MODIFY COLUMN `DedTime` bigint(0) NOT NULL DEFAULT 0 COMMENT '死信时间' AFTER `Message`";
@Override @Override
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment