fixing ordering checkpoint
This commit is contained in:
@ -1258,14 +1258,14 @@
|
||||
"sql": [
|
||||
[
|
||||
"(SELECT jsonb_strip_nulls((SELECT jsonb_build_object(",
|
||||
" 'age', person_1.age,",
|
||||
" 'archived', entity_3.archived,",
|
||||
" 'created_at', entity_3.created_at,",
|
||||
" 'first_name', person_1.first_name,",
|
||||
" 'id', entity_3.id,",
|
||||
" 'last_name', person_1.last_name,",
|
||||
" 'type', entity_3.type,",
|
||||
" 'name', organization_2.name,",
|
||||
" 'type', entity_3.type)",
|
||||
" 'age', person_1.age,",
|
||||
" 'first_name', person_1.first_name,",
|
||||
" 'last_name', person_1.last_name)",
|
||||
"FROM agreego.person person_1",
|
||||
"JOIN agreego.organization organization_2 ON organization_2.id = person_1.id",
|
||||
"JOIN agreego.entity entity_3 ON entity_3.id = organization_2.id",
|
||||
|
||||
Reference in New Issue
Block a user