You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@dolphinscheduler.apache.org by 向偲彪 <xi...@qq.com> on 2020/04/26 03:33:41 UTC

回复:[DISCUSS] Add "state" field to table t_ds_user

good idea




------------------&nbsp;原始邮件&nbsp;------------------
发件人:&nbsp;"wenhemin"<whm_777@163.com&gt;;
发送时间:&nbsp;2020年4月26日(星期天) 中午11:23
收件人:&nbsp;"dev"<dev@dolphinscheduler.apache.org&gt;;

主题:&nbsp;[DISCUSS] Add "state" field to table t_ds_user



hello, friends!

The issue: https://github.com/apache/incubator-dolphinscheduler/issues/1923 <https://github.com/apache/incubator-dolphinscheduler/issues/1923&gt;
Need to add a “state” field, Control whether users can log in to the system.

Sql : ALTER TABLE t_ds_user ADD `state` int(1) DEFAULT 1 COMMENT 'state 0:disable 1:enable';

The PR: https://github.com/apache/incubator-dolphinscheduler/pull/2424 <https://github.com/apache/incubator-dolphinscheduler/pull/2424&gt;