Skip to content

Commit

Permalink
add query permissions for tot_injry_count and id
Browse files Browse the repository at this point in the history
  • Loading branch information
johnclary committed Jan 5, 2025
1 parent 475665a commit 717d310
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ select_permissions:
- est_comp_cost_crash_based
- est_total_person_comp_cost
- fatality_count
- id
- law_enf_fatality_count
- micromobility_fatality_count
- micromobility_sus_serious_injry_count
Expand All @@ -28,6 +29,7 @@ select_permissions:
- pedestrian_sus_serious_injry_count
- poss_injry_count
- sus_serious_injry_count
- tot_injry_count
- unkn_injry_count
- vz_fatality_count
- years_of_life_lost
Expand All @@ -44,6 +46,7 @@ select_permissions:
- est_comp_cost_crash_based
- est_total_person_comp_cost
- fatality_count
- id
- law_enf_fatality_count
- micromobility_fatality_count
- micromobility_sus_serious_injry_count
Expand All @@ -59,6 +62,7 @@ select_permissions:
- pedestrian_sus_serious_injry_count
- poss_injry_count
- sus_serious_injry_count
- tot_injry_count
- unkn_injry_count
- vz_fatality_count
- years_of_life_lost
Expand All @@ -75,6 +79,7 @@ select_permissions:
- est_comp_cost_crash_based
- est_total_person_comp_cost
- fatality_count
- id
- law_enf_fatality_count
- micromobility_fatality_count
- micromobility_sus_serious_injry_count
Expand All @@ -90,6 +95,7 @@ select_permissions:
- pedestrian_sus_serious_injry_count
- poss_injry_count
- sus_serious_injry_count
- tot_injry_count
- unkn_injry_count
- vz_fatality_count
- years_of_life_lost
Expand Down

0 comments on commit 717d310

Please sign in to comment.