pull/1164/head
Rick Carlino 2020-02-21 15:02:15 -06:00
parent 6299407bc2
commit 5f4e26cc58
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ defmodule FarmbotCore.Asset.PointGroup do
field(:name, :string)
field(:point_ids, {:array, :integer})
field(:sort_type, :string)
field(:meta, :map)
field(:criteria, :map)
field(:monitor, :boolean, default: true)
timestamps()