KnightChess opened a new pull request #3996:
URL: https://github.com/apache/incubator-dolphinscheduler/pull/3996
# What is the purpose of the pull request
*(For example: This pull request adds checkstyle plugin.)*
this pull request fix import dolphinscheduler_mysql.sql insert admin user
data error
## Brief change log
INSERT INTO `t_ds_user` VALUES ('1', 'admin',
'7ad2410b2f4c074479a8937a28a22b8f', '0', '[email protected]', '', '0', '2018-03-27
15:48:50', '2018-10-24 17:40:22', null, 1);
to
INSERT INTO `t_ds_user` VALUES ('1', 'admin',
'7ad2410b2f4c074479a8937a28a22b8f', '0', '[email protected]', '', '0', '2018-03-27
15:48:50', '2018-10-24 17:40:22', null);
fix issue #3994
version #1.3.3-release
----------------------------------------------------------------
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:
[email protected]