Browse Source

update sql

郭超 4 years ago
parent
commit
75596362c5

File diff suppressed because it is too large
+ 123 - 124
crowd-service/private-docker/mysql/2_cofortest_structure_and_initdata.sql


+ 4 - 2
crowd-service/private-docker/mysql/3_mooctest_user_structure_and_initdata.sql

@@ -11,7 +11,7 @@
  Target Server Version : 50733
  File Encoding         : 65001
 
- Date: 20/04/2021 20:40:13
+ Date: 21/04/2021 17:26:53
 */
 USE `mooctest_user`;
 SET NAMES utf8mb4;
@@ -130,7 +130,7 @@ CREATE TABLE `operation_record` (
   `operation` varchar(255) CHARACTER SET utf8 DEFAULT NULL,
   `resource` varchar(255) CHARACTER SET utf8 DEFAULT NULL COMMENT '来源',
   PRIMARY KEY (`id`)
-) ENGINE=InnoDB AUTO_INCREMENT=12803 DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
+) ENGINE=InnoDB AUTO_INCREMENT=12805 DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
 
 -- ----------------------------
 -- Records of operation_record
@@ -12828,6 +12828,8 @@ INSERT INTO `operation_record` VALUES (12799, '192.168.0.6', 4, '2021-04-20 11:0
 INSERT INTO `operation_record` VALUES (12800, '192.168.0.6', 4, '2021-04-20 11:27:47', 'Login', 'password');
 INSERT INTO `operation_record` VALUES (12801, '192.168.0.6', 3, '2021-04-20 11:46:16', 'Login', 'password');
 INSERT INTO `operation_record` VALUES (12802, '192.168.0.6', 3, '2021-04-20 12:02:13', 'Login', 'password');
+INSERT INTO `operation_record` VALUES (12803, '192.168.0.6', 3, '2021-04-20 13:28:48', 'Login', 'password');
+INSERT INTO `operation_record` VALUES (12804, '192.168.0.6', 2, '2021-04-20 14:41:08', 'Login', 'password');
 COMMIT;
 
 -- ----------------------------

Some files were not shown because too many files changed in this diff