lucyparsons / OpenOversight

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

Use `onupdate` for `last_updated_at` #1062

Closed michplunkett closed 1 year ago

michplunkett commented 1 year ago

Fixes issue

https://github.com/lucyparsons/OpenOversight/issues/1061

Description of Changes

Instead of manually updating last_updated_at, we should let SQL Alchemy take care of it.

Tests and linting