You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by ki...@apache.org on 2020/10/27 01:10:30 UTC

[incubator-dolphinscheduler] branch 1.3.3-release updated: fix import dolphinscheduler_mysql.sql insert admin user data

This is an automated email from the ASF dual-hosted git repository.

kirs pushed a commit to branch 1.3.3-release
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git


The following commit(s) were added to refs/heads/1.3.3-release by this push:
     new cd3dff5  fix import dolphinscheduler_mysql.sql insert admin user data
     new c11d97f  Merge pull request #3996 from KnightChess/Fix-3994
cd3dff5 is described below

commit cd3dff5f90eb0d442bdb331d3d88ae42276388fb
Author: wulingqi <wu...@baijiahulian.com>
AuthorDate: Mon Oct 26 22:13:49 2020 +0800

    fix import dolphinscheduler_mysql.sql insert admin user data
---
 sql/dolphinscheduler_mysql.sql | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sql/dolphinscheduler_mysql.sql b/sql/dolphinscheduler_mysql.sql
index 8be27fb..f932c58 100644
--- a/sql/dolphinscheduler_mysql.sql
+++ b/sql/dolphinscheduler_mysql.sql
@@ -815,4 +815,4 @@ INSERT INTO `t_ds_relation_user_alertgroup` VALUES ('1', '1', '1', '2018-11-29 1
 -- ----------------------------
 -- Records of t_ds_user
 -- ----------------------------
-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);
+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);