Skip to content

Commit

Permalink
Fixed missing columns in GetActivityTypesAction
Browse files Browse the repository at this point in the history
  • Loading branch information
cohansen committed Aug 4, 2023
1 parent 1e1fe47 commit 03cf6eb
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@
a.name,
a.parameters,
a.required_parameters,
a.computed_attributes_value_schema
a.computed_attributes_value_schema,
parameter_units,
computed_attribute_units
from activity_type as a
where a.model_id = ?
""";
Expand Down

0 comments on commit 03cf6eb

Please sign in to comment.