Skip to content

Commit

Permalink
Change resource type ID used when none is found (#1537)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpalmer authored Jun 21, 2021
1 parent b2aecf8 commit cc494ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"source_query": {
"records": {
"resource_id": "r.resource_id",
"resource_type_id": "COALESCE(srt.resource_type_id, -1)",
"resource_type_id": "COALESCE(srt.resource_type_id, 0)",
"organization_id": "1",
"resource_name": "rc.name",
"resource_code": "rc.resource",
Expand Down

0 comments on commit cc494ed

Please # to comment.