Skip to content

Commit

Permalink
chore: decrease default depth for component_config_traverse
Browse files Browse the repository at this point in the history
  • Loading branch information
yashmehrotra committed Sep 29, 2024
1 parent 747afc2 commit 6e08301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/005_component_views.sql
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ BEGIN
(SELECT config_id FROM components WHERE components.id = $1::UUID),
$2,
FALSE,
10
5
)
)
SELECT components.id
Expand Down

0 comments on commit 6e08301

Please sign in to comment.