mirror of https://github.com/jeecgboot/jeecg-boot
v3.7.2 数据库脚本
parent
ef16814216
commit
0582436b9c
|
@ -14,7 +14,7 @@ USE `jeecg-boot`;
|
|||
Target Server Version : 50738
|
||||
File Encoding : 65001
|
||||
|
||||
Date: 09/12/2024 15:09:30
|
||||
Date: 11/12/2024 16:21:34
|
||||
*/
|
||||
|
||||
SET NAMES utf8mb4;
|
||||
|
@ -302,6 +302,7 @@ INSERT INTO `flyway_schema_history` VALUES (6, NULL, '370 missingPermission', 'S
|
|||
INSERT INTO `flyway_schema_history` VALUES (7, '3.7.1', 'all upgrade', 'SQL', 'V3.7.1__all_upgrade.sql', 857900043, 'root', '2024-09-11 17:33:35', 140, 1);
|
||||
INSERT INTO `flyway_schema_history` VALUES (8, '3.7.12', 'jimu dashboard upgrade', 'SQL', 'V3.7.12__jimu_dashboard_upgrade.sql', -2138429079, 'root', '2024-09-11 22:17:09', 97, 1);
|
||||
INSERT INTO `flyway_schema_history` VALUES (9, '3.7.20', 'system upgrade', 'SQL', 'V3.7.20__system_upgrade.sql', 1274676135, 'root', '2024-12-09 14:09:48', 29, 1);
|
||||
INSERT INTO `flyway_schema_history` VALUES (10, '3.7.21', 'jimureport upgrade', 'SQL', 'V3.7.21__jimureport_upgrade.sql', 254003703, 'root', '2024-12-11 16:16:31', 48, 1);
|
||||
|
||||
-- ----------------------------
|
||||
-- Table structure for jeecg_monthly_growth_analysis
|
||||
|
@ -5098,7 +5099,7 @@ CREATE TABLE `qrtz_scheduler_state` (
|
|||
-- ----------------------------
|
||||
-- Records of qrtz_scheduler_state
|
||||
-- ----------------------------
|
||||
INSERT INTO `qrtz_scheduler_state` VALUES ('MyScheduler', 'qin1733724585141', 1733727381448, 15000);
|
||||
INSERT INTO `qrtz_scheduler_state` VALUES ('MyScheduler', 'qin1733905043352', 1733905289401, 15000);
|
||||
|
||||
-- ----------------------------
|
||||
-- Table structure for qrtz_simple_triggers
|
||||
|
|
Loading…
Reference in New Issue