codeforamerica / MuniciPal

:speech_balloon: Consulting city-dwellers about legislation near them.
22 stars 14 forks source link

legistar rake tasks aren't fetching items #169

Closed techieshark closed 7 years ago

techieshark commented 7 years ago

We aren't adding records for all models to the database when the legistar fetch tasks run:

First, clear the database with rake legistar_all:drop and as expected we have nothing left:

rake legistar_all:stats
CouncilDistrict: 0
Matter: 0
MatterAttachment: 0
Event: 0
EventItem: 0
Total databases rows: 0

but then after rake legistar_all:load, we don't have any Events or EventItems:

rake legistar_all:stats
CouncilDistrict: 0
Matter: 392
MatterAttachment: 1086
Event: 0
EventItem: 0
Total databases rows: 1478