NCVotes / voters-ingestor

Django app to create and configure Postgres DB, then fetch and process public voter registration and voter history files from N.C. Board of Elections
MIT License
10 stars 1 forks source link

Denormalize #39

Closed dpoirier closed 6 years ago

dpoirier commented 6 years ago

More specifically, for each voter record in the database, add a field with the most current data we have for them, plus a 'deleted' field. This'll make it more straightforward to do some analyses with simple SQL queries on that table.

dpoirier commented 6 years ago

Fixed CI.