Skip to content

Commit

Permalink
fix: minor fix on v_edit_arc UD definition
Browse files Browse the repository at this point in the history
  • Loading branch information
albertbofill committed Jan 14, 2025
1 parent efcd0ed commit fd28756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion updates/36/36017/ud/ddlview.sql
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ AS WITH
JOIN selector_state s ON s.cur_user = CURRENT_USER AND arc.state = s.state_id
left JOIN (SELECT arc_id FROM arc_psector WHERE p_state = 0) a using (arc_id) where a.arc_id is null
union all
SELECT arc_id FROM arc_psector WHERE p_state = 0
SELECT arc_id FROM arc_psector WHERE p_state = 1
),
arc_selected AS
(
Expand Down

0 comments on commit fd28756

Please sign in to comment.