Skip to content

Commit

Permalink
minor: remove DATETIME from UserFieldDataType
Browse files Browse the repository at this point in the history
  • Loading branch information
narasux committed Sep 12, 2023
1 parent ba9bd01 commit 56a0387
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/bk-user/bkuser/apps/tenant/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,5 @@ class UserFieldDataType(str, StructuredEnum):

STRING = EnumField("string", label=_("字符串"))
NUMBER = EnumField("number", label=_("数字"))
DATETIME = EnumField("datetime", label=_("日期时间"))
ENUM = EnumField("enum", label=_("枚举"))
MULTI_ENUM = EnumField("multi_enum", label=_("多选枚举"))

0 comments on commit 56a0387

Please sign in to comment.