This is an automated email from the ASF dual-hosted git repository.
lidongdai pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git
The following commit(s) were added to refs/heads/dev by this push:
new 40bbef5 add state (#3040)
40bbef5 is described below
commit 40bbef5e3dd4e9f5eae3a9a11e03234d4fd87a1a
Author: muzhongjiang <[email protected]>
AuthorDate: Tue Jun 23 18:47:04 2020 +0800
add state (#3040)
Co-authored-by: [email protected] <[email protected]>
---
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 a8fcc51..7fe1511 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', '[email protected]', 'xx', '0', '2018-03-27
15:48:50', '2018-10-24 17:40:22', null);
+INSERT INTO `t_ds_user` VALUES ('1', 'admin',
'7ad2410b2f4c074479a8937a28a22b8f', '0', '[email protected]', 'xx', '0', '2018-03-27
15:48:50', '2018-10-24 17:40:22', null,1);