Closed michplunkett closed 1 year ago
https://github.com/lucyparsons/OpenOversight/issues/1061
Instead of manually updating last_updated_at, we should let SQL Alchemy take care of it.
last_updated_at
develop
pytest
pre-commit
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
develop
branch.pytest
passes on my local development environment.pre-commit
passes on my local development environment.