Skip to content

Commit

Permalink
v3.7.2 数据库脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangdaiscott committed Dec 11, 2024
1 parent ef16814 commit 0582436
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions jeecg-boot/db/jeecgboot-mysql-5.7.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 0582436

Please sign in to comment.