Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
ktehranchi authored and pesap committed Sep 12, 2024
1 parent 1820773 commit d3b3bfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plexosdb/queries/object_query.sql
Original file line number Diff line number Diff line change
Expand Up @@ -161,4 +161,4 @@ LEFT JOIN text_cte AS nested_object_ts ON
data.data_id = nested_object_ts.parent_object_data_id
AND nested_object_ts.text_class_type = 'Timeslice'
LEFT JOIN tag_cte AS nested_variable_object ON
data.data_id = nested_variable_object.parent_object_data_id
data.data_id = nested_variable_object.parent_object_data_id

0 comments on commit d3b3bfb

Please sign in to comment.