2021-待升级说明.txt 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. ***** ***** ***** ***** ***** ***** *****
  2. 数据库变更部分(!!!任何!!!表或字段的变化罗列此处)
  3. ***** ***** ***** ***** ***** ***** *****
  4. MySql部分
  5. 1.新增表ec_e_exam_ip_limit(考试ip限制表)
  6. CREATE TABLE `ec_e_exam_ip_limit` (
  7. `id` bigint(20) NOT NULL AUTO_INCREMENT,
  8. `exam_id` bigint(20) DEFAULT NULL COMMENT '考试id',
  9. `ip` varchar(255) DEFAULT NULL COMMENT 'ip',
  10. `limit_type` varchar(50) DEFAULT NULL,
  11. `creation_time` datetime DEFAULT NULL,
  12. `update_time` datetime DEFAULT NULL,
  13. PRIMARY KEY (`id`),
  14. KEY `IDX_E_E_001001` (`exam_id`),
  15. KEY `IDX_E_E_001002` (`limit_type`)
  16. ) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=utf8;
  17. MongoDB部分
  18. todo
  19. Redis部分
  20. todo
  21. ***** ***** ***** ***** ***** ***** *****
  22. 数据割接工具
  23. ***** ***** ***** ***** ***** ***** *****
  24. todo
  25. ***** ***** ***** ***** ***** ***** *****
  26. 配置文件变更部分
  27. ***** ***** ***** ***** ***** ***** *****
  28. todo
  29. ***** ***** ***** ***** ***** ***** *****
  30. 菜单变更部分
  31. ***** ***** ***** ***** ***** ***** *****
  32. todo
  33. ***** ***** ***** ***** ***** ***** *****
  34. 其它参数变更部分
  35. ***** ***** ***** ***** ***** ***** *****
  36. todo
  37. ***** ***** ***** ***** ***** ***** *****
  38. 其它
  39. ***** ***** ***** ***** ***** ***** *****
  40. todo