Skip to content

Commit

Permalink
feat: delete default tag
Browse files Browse the repository at this point in the history
  • Loading branch information
dawnwinterLiu committed Jun 1, 2023
1 parent f79800b commit e8a02dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dgiot_tdengine/src/utils/dgiot_tdengine_schema.erl
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ get_field_tag(Thing) ->
V ->
Acc ++ [V]
end
end, [{<<"devaddr">>, #{<<"type">> => <<"NCHAR(50)">>}}], Tags),
end, [], Tags),
{lists:flatten(Columns), lists:flatten(NewTags)}.

create_database(Query) ->
Expand Down

0 comments on commit e8a02dc

Please sign in to comment.