codeforanchorage / courtbot

Your friendly neighborhood court robot. Provides an api for getting court case information.
https://courtbot.codeforanchorage.org
ISC License
7 stars 10 forks source link

Need to filter out NULL case numbers #109

Open brendanbabb opened 3 years ago

brendanbabb commented 3 years ago

Error when a casenumber is Null when inserting cases into CourtBot. It results in no cases being loaded and hence no reminders being sent.

null value in column "case_id" violates not-null constraint (Most recent call first)

brendanbabb commented 3 years ago

Basic fix created by Mark #110 and put into production