You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2020/10/18 13:59:19 UTC

[GitHub] [incubator-dolphinscheduler] dailidong commented on a change in pull request #3942: Process instance mapper

dailidong commented on a change in pull request #3942:
URL: https://github.com/apache/incubator-dolphinscheduler/pull/3942#discussion_r507159820



##########
File path: sql/create/release-1.0.0_schema/mysql/dolphinscheduler_ddl.sql
##########
@@ -193,8 +193,8 @@ CREATE TABLE `t_escheduler_project` (
   `desc` varchar(200) DEFAULT NULL COMMENT 'project description',
   `user_id` int(11) DEFAULT NULL COMMENT 'creator id',
   `flag` tinyint(4) DEFAULT '1' COMMENT '0 not available, 1 available',
-  `create_time` datetime DEFAULT CURRENT_TIMESTAMP COMMENT 'create time',
-  `update_time` datetime DEFAULT CURRENT_TIMESTAMP COMMENT 'update time',

Review comment:
       don't change this file, it belongs to release 1.0.0 version, just used for update 




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org