ソースを参照

修改中北大学的mysql

mayang 4 年 前
コミット
b7c706687f

ファイルの差分が大きいため隠しています
+ 85 - 72
crowd-service/private-docker/mysql/2_cofortest_structure_and_initdata.sql


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

@@ -1,7 +1,7 @@
 /*
  Navicat Premium Data Transfer
 
- Source Server         : xcc-121.40.93.243
+ Source Server         : xinchuang
  Source Server Type    : MySQL
  Source Server Version : 50733
  Source Host           : 121.40.93.243:3308
@@ -11,8 +11,9 @@
  Target Server Version : 50733
  File Encoding         : 65001
 
- Date: 21/04/2021 17:26:53
+ Date: 24/11/2021 12:40:52
 */
+
 USE `mooctest_user`;
 SET NAMES utf8mb4;
 SET FOREIGN_KEY_CHECKS = 0;
@@ -57,7 +58,7 @@ CREATE TABLE `configuration` (
 -- Records of configuration
 -- ----------------------------
 BEGIN;
-INSERT INTO `configuration` VALUES (1, 'platformName', '番职院信创实训室');
+INSERT INTO `configuration` VALUES (1, 'platformName', '信创社区系统');
 INSERT INTO `configuration` VALUES (2, 'logo_url', '/var/www/Platform/logo-transparent.png');
 COMMIT;
 
@@ -119,6 +120,12 @@ CREATE TABLE `medal` (
 ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
 
 -- ----------------------------
+-- Records of medal
+-- ----------------------------
+BEGIN;
+COMMIT;
+
+-- ----------------------------
 -- Table structure for operation_record
 -- ----------------------------
 DROP TABLE IF EXISTS `operation_record`;
@@ -130,7 +137,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=12805 DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
+) ENGINE=InnoDB AUTO_INCREMENT=12811 DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
 
 -- ----------------------------
 -- Records of operation_record
@@ -12830,6 +12837,12 @@ INSERT INTO `operation_record` VALUES (12801, '192.168.0.6', 3, '2021-04-20 11:4
 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');
+INSERT INTO `operation_record` VALUES (12805, '172.30.0.6', 3, '2021-11-24 03:12:34', 'Login', 'password');
+INSERT INTO `operation_record` VALUES (12806, '172.30.0.6', 3, '2021-11-24 03:20:27', 'Login', 'password');
+INSERT INTO `operation_record` VALUES (12807, '172.30.0.6', 2, '2021-11-24 03:37:33', 'Login', 'password');
+INSERT INTO `operation_record` VALUES (12808, '172.30.0.6', 3, '2021-11-24 03:53:06', 'Login', 'password');
+INSERT INTO `operation_record` VALUES (12809, '172.30.0.6', 3, '2021-11-24 04:06:28', 'Login', 'password');
+INSERT INTO `operation_record` VALUES (12810, '172.30.0.6', 3, '2021-11-24 04:25:16', 'Login', 'password');
 COMMIT;
 
 -- ----------------------------
@@ -43236,6 +43249,12 @@ CREATE TABLE `user_2_medal` (
 ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
 
 -- ----------------------------
+-- Records of user_2_medal
+-- ----------------------------
+BEGIN;
+COMMIT;
+
+-- ----------------------------
 -- Table structure for user_address
 -- ----------------------------
 DROP TABLE IF EXISTS `user_address`;
@@ -111778,6 +111797,12 @@ CREATE TABLE `user_third_party` (
 ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
 
 -- ----------------------------
+-- Records of user_third_party
+-- ----------------------------
+BEGIN;
+COMMIT;
+
+-- ----------------------------
 -- Table structure for user_wechat
 -- ----------------------------
 DROP TABLE IF EXISTS `user_wechat`;

この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません