Skip to content

[Fix-#3994 ][sql-script] Pull Request fix import dolphinscheduler_mysql.sql insert admin user data#3996

Merged
CalvinKirs merged 1 commit intoapache:1.3.3-releasefrom
KnightChess:Fix-3994
Oct 27, 2020
Merged

[Fix-#3994 ][sql-script] Pull Request fix import dolphinscheduler_mysql.sql insert admin user data#3996
CalvinKirs merged 1 commit intoapache:1.3.3-releasefrom
KnightChess:Fix-3994

Conversation

@KnightChess
Copy link
Copy Markdown

@KnightChess KnightChess commented Oct 26, 2020

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', 'xxx@qq.com', '', '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', 'xxx@qq.com', '', '0', '2018-03-27 15:48:50', '2018-10-24 17:40:22', null);

this close #3994
version 1.3.3-release

@sonarqubecloud
Copy link
Copy Markdown

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@CalvinKirs CalvinKirs added the first time contributor First-time contributor label Oct 27, 2020
Copy link
Copy Markdown
Member

@CalvinKirs CalvinKirs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 good job

@CalvinKirs
Copy link
Copy Markdown
Member

considering that it's your first contribution, I think we can get deep communiction, you can contact me through mail or add wechat(Kris_Evil), when mail or added, please tell me who you are, I think I can help to familiar with the DolphinScheduler if you meet with problems.

@CalvinKirs CalvinKirs added this to the 1.3.3-release milestone Oct 27, 2020
@CalvinKirs CalvinKirs merged commit c11d97f into apache:1.3.3-release Oct 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

first time contributor First-time contributor

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants