Skip to content

Commit

Permalink
gov & finance 11a should set a default on import
Browse files Browse the repository at this point in the history
  • Loading branch information
struan committed Oct 26, 2023
1 parent 16ee890 commit f29371e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crowdsourcer/management/commands/import_national_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,7 @@ class Command(BaseCommand):
"council_col": "Council",
"score_col": "Score",
"evidence": "Evidence",
"default_if_missing": 0,
"type": "select_one",
"options": [
{"desc": "Criteria not met", "score": 0},
Expand Down

0 comments on commit f29371e

Please sign in to comment.