fix
This commit is contained in:
parent
58c579d91d
commit
5c61087be5
1 changed files with 1 additions and 1 deletions
|
|
@ -866,7 +866,7 @@ children_count AS (
|
|||
recruit_id
|
||||
),
|
||||
registration_reasons AS (
|
||||
SELECT mrr.name AS reason_registration,
|
||||
SELECT mrr.value AS reason_registration,
|
||||
r.id AS recruit_id
|
||||
FROM public.recruits AS r
|
||||
JOIN public.military_registration_reason AS mrr
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue