Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
ktehranchi committed Sep 11, 2024
1 parent c7b89a1 commit 8e1abbf
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 8e1abbf

Please sign in to comment.