lucyparsons / OpenOversight

Police oversight and accountability through public data 👮
https://openoversight.com
GNU General Public License v3.0
240 stars 79 forks source link

Create migration that removes duplicate rows in `officer_incidents` #1009

Closed michplunkett closed 1 year ago

michplunkett commented 1 year ago

What issue are you seeing?

Remove duplicate rows that were added previous to this PR being merged: https://github.com/lucyparsons/OpenOversight/pull/1006

michplunkett commented 1 year ago

Gonna close this because the combine index blocks us from duplicates: primary key (officer_id, incident_id)