Skip to content

Commit

Permalink
Merge pull request #679 from 18F/jw-nibrs-count-fix_labels
Browse files Browse the repository at this point in the history
Fix to typo with column mapping
  • Loading branch information
jpwentz authored Dec 14, 2017
2 parents 859e5c3 + 5ab8c47 commit 02471fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crime_data/common/cdemodels.py
Original file line number Diff line number Diff line change
Expand Up @@ -1128,7 +1128,7 @@ def get(state_abbr=None):
construction_site = db.Column(db.Integer)
cyberspace = db.Column(db.Integer)
daycare_facility = db.Column(db.Integer)
department__discout_store = db.Column(db.Integer)
department__discount_store = db.Column(db.Integer)
dock__wharf__shipping_terminal = db.Column(db.Integer)
drug_store__doctors_office__hospital = db.Column(db.Integer)
farm_facility = db.Column(db.Integer)
Expand Down Expand Up @@ -1254,7 +1254,7 @@ class NIBRSNationalVictimDenormLocation(db.Model):
construction_site = db.Column(db.Integer)
cyberspace = db.Column(db.Integer)
daycare_facility = db.Column(db.Integer)
department__discout_store = db.Column(db.Integer)
department__discount_store = db.Column(db.Integer)
dock__wharf__shipping_terminal = db.Column(db.Integer)
drug_store__doctors_office__hospital = db.Column(db.Integer)
farm_facility = db.Column(db.Integer)
Expand Down

0 comments on commit 02471fc

Please sign in to comment.