yc322 commented on a change in pull request #6103:
URL: https://github.com/apache/dolphinscheduler/pull/6103#discussion_r702618695



##########
File path: sql/dolphinscheduler_mysql.sql
##########
@@ -968,3 +968,16 @@ CREATE TABLE `t_ds_alert_plugin_instance` (
   `instance_name` varchar(200) DEFAULT NULL COMMENT 'alert instance name',
   PRIMARY KEY (`id`)
 ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+
+-- ----------------------------
+-- Table structure for t_ds_alert_plugin_instance
+-- ----------------------------
+DROP TABLE IF EXISTS `t_ds_audit_log`;
+CREATE TABLE `t_ds_audit_log` (
+  `id` int NOT NULL AUTO_INCREMENT,
+  `user_id` int(11) NOT NULL COMMENT 'user id',
+  `module` int DEFAULT NULL COMMENT 'module',
+  `operation` int DEFAULT NULL COMMENT 'operation',
+  `time` datetime DEFAULT NULL COMMENT 'create time',

Review comment:
       @ruanwenjun  Thanks for your review, I have addressed the comments. PTAL




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to